From: Keerthy Date: Wed, 30 Nov 2016 09:31:57 +0000 (+0530) Subject: configs: omap5_uevm_defconfig: Enable LPAE mode X-Git-Tag: v2017.01-rc2~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=97857742f12d9f9b4366b9e8629f6e79d9c247d5;p=u-boot configs: omap5_uevm_defconfig: Enable LPAE mode Enable Linear Physical Address Extension mode which is a prerequisite for hypervisor mode. Signed-off-by: Keerthy Reviewed-by: Tom Rini --- diff --git a/configs/omap5_uevm_defconfig b/configs/omap5_uevm_defconfig index 3005ffda07..18843d26e7 100644 --- a/configs/omap5_uevm_defconfig +++ b/configs/omap5_uevm_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_OMAP54XX=y # CONFIG_SPL_NAND_SUPPORT is not set CONFIG_TARGET_OMAP5_UEVM=y +CONFIG_ARMV7_LPAE=y CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y CONFIG_SPL=y