From: Patrick Delaunay Date: Tue, 30 Jul 2019 17:16:24 +0000 (+0200) Subject: stm32mp1: configs: deactivate ARMV7_VIRT for basic boot X-Git-Tag: v2019.10-rc4~31^2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a5a935c52d4d334459a70ead819f2d7b6797727;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig index 27b8525..a4c2027 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"