git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6755198
)
stm32mp1: configs: deactivate ARMV7_VIRT for basic boot
author
Patrick Delaunay
<patrick.delaunay@st.com>
Tue, 30 Jul 2019 17:16:24 +0000
(19:16 +0200)
committer
Patrice Chotard
<patrice.chotard@st.com>
Tue, 27 Aug 2019 07:36:56 +0000
(09:36 +0200)
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>
configs/stm32mp15_basic_defconfig
patch
|
blob
|
history
diff --git
a/configs/stm32mp15_basic_defconfig
b/configs/stm32mp15_basic_defconfig
index
27b8525
..
a4c2027
100644
(file)
--- 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"