]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: stm32mp15: Enable OF_BOARD flag
authorPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 20 Jan 2022 07:19:15 +0000 (08:19 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 24 Jan 2022 10:03:21 +0000 (11:03 +0100)
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>
arch/arm/mach-stm32mp/Kconfig

index 811c0fc26118dfeec72be983278a44b657d75724..e48f98ba29437f0275d3fc4b8ddb5ccb12dd0f14 100644 (file)
@@ -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