Commit 3a5a935c52d4d334459a70ead819f2d7b6797727

Authored by Patrick Delaunay
Committed by Patrice Chotard
1 parent 6755198001

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/stm32mp15_basic_defconfig
... ... @@ -6,6 +6,7 @@
6 6 CONFIG_TARGET_STM32MP1=y
7 7 CONFIG_SPL_SPI_FLASH_SUPPORT=y
8 8 CONFIG_SPL_SPI_SUPPORT=y
  9 +# CONFIG_ARMV7_VIRT is not set
9 10 CONFIG_DISTRO_DEFAULTS=y
10 11 CONFIG_FIT=y
11 12 CONFIG_BOOTCOMMAND="run bootcmd_stm32mp"