[U-Boot] [PATCH] configs: omap5_uevm_defconfig: Enable LPAE mode
Keerthy
j-keerthy at ti.com
Wed Nov 30 10:31:57 CET 2016
Enable Linear Physical Address Extension mode which is a
prerequisite for hypervisor mode.
Signed-off-by: Keerthy <j-keerthy at ti.com>
---
configs/omap5_uevm_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/omap5_uevm_defconfig b/configs/omap5_uevm_defconfig
index 3005ffd..18843d2 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
--
1.9.1
More information about the U-Boot
mailing list