mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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>
This commit is contained in:
parent
91558c8153
commit
97857742f1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue