diff options
| author | Keerthy <[email protected]> | 2016-11-30 15:01:57 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-12-09 08:39:11 -0500 |
| commit | 97857742f12d9f9b4366b9e8629f6e79d9c247d5 (patch) | |
| tree | 6d4445c1600fecbdef0c84b0c7562f74b36eb2a4 | |
| parent | 91558c815391a4cdc8c8bd57f5c25b319af0bb80 (diff) | |
configs: omap5_uevm_defconfig: Enable LPAE mode
Enable Linear Physical Address Extension mode which is a
prerequisite for hypervisor mode.
Signed-off-by: Keerthy <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -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 3005ffda073..18843d26e7f 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 |
