aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@foss.st.com>2022-01-20 08:19:15 +0100
committerPatrice Chotard <patrice.chotard@foss.st.com>2022-01-24 11:03:21 +0100
commit22c0815ecaa538de51a5204caceec850d5965126 (patch)
treebb01575f0a08650425d67d9af74deefb0fd8c3d8 /arch/arm/mach-stm32mp
parent94e561f84af579dacdfccfd44aedb7c0dcc26081 (diff)
downloadu-boot-22c0815ecaa538de51a5204caceec850d5965126.zip
u-boot-22c0815ecaa538de51a5204caceec850d5965126.tar.gz
u-boot-22c0815ecaa538de51a5204caceec850d5965126.tar.bz2
configs: stm32mp15: Enable OF_BOARD flag
Since commit 985503439762 ("fdt: Don't call board_fdt_blob_setup() without OF_BOARD") board_fdt_blob_setup() is no more called on STM32MP platforms in trusted boot which hangs during boot process. Enable OF_BOARD flag to fix this issue. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'arch/arm/mach-stm32mp')
-rw-r--r--arch/arm/mach-stm32mp/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
index 811c0fc..e48f98b 100644
--- a/arch/arm/mach-stm32mp/Kconfig
+++ b/arch/arm/mach-stm32mp/Kconfig
@@ -40,6 +40,7 @@ config STM32MP15x
select CPU_V7A
select CPU_V7_HAS_NONSEC
select CPU_V7_HAS_VIRT
+ select OF_BOARD if TFABOOT
select OF_BOARD_SETUP
select PINCTRL_STM32
select STM32_RCC