diff options
author | Keerthy <j-keerthy@ti.com> | 2016-11-30 09:31:57 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-09 13:39:11 (GMT) |
commit | 97857742f12d9f9b4366b9e8629f6e79d9c247d5 (patch) | |
tree | 6d4445c1600fecbdef0c84b0c7562f74b36eb2a4 /configs/omap5_uevm_defconfig | |
parent | 91558c815391a4cdc8c8bd57f5c25b319af0bb80 (diff) | |
download | u-boot-97857742f12d9f9b4366b9e8629f6e79d9c247d5.tar.xz |
configs: omap5_uevm_defconfig: Enable LPAE mode
Enable Linear Physical Address Extension mode which is a
prerequisite for hypervisor mode.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/omap5_uevm_defconfig')
-rw-r--r-- | configs/omap5_uevm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |