diff options
author | Patrick Delaunay | 2019-07-30 19:16:24 +0200 |
---|---|---|
committer | Patrice Chotard | 2019-08-27 09:36:56 +0200 |
commit | 3a5a935c52d4d334459a70ead819f2d7b6797727 (patch) | |
tree | c9c925ee30fae7b90f5c3655564996a1abc1480c | |
parent | 67551980018e7dd00e3c3f103dc6f6d636ab7020 (diff) |
stm32mp1: configs: deactivate ARMV7_VIRT for basic boot
for the moment basic and trusted configuration must
start CPU in Supervisor mode and not in Hypervisor
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
-rw-r--r-- | configs/stm32mp15_basic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig index 27b8525fa2c..a4c202789b3 100644 --- a/configs/stm32mp15_basic_defconfig +++ b/configs/stm32mp15_basic_defconfig @@ -6,6 +6,7 @@ CONFIG_SPL=y CONFIG_TARGET_STM32MP1=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_ARMV7_VIRT is not set CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_BOOTCOMMAND="run bootcmd_stm32mp" |