]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: stm32mp1: move SUPPORT_SPL in STM32MP15x
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 20 May 2022 16:24:40 +0000 (18:24 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 17 Jun 2022 07:58:21 +0000 (09:58 +0200)
The SPL is only supported by STM32MP15x not by all the
SOC with STM32MP arch.
Only TFABOOT is supported in next products.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/Kconfig
arch/arm/mach-stm32mp/Kconfig

index 2f8c7935f8696f5d1743099bc887874f57d65c7d..e0488fd641adea1be62b1bb0e82c5b5d5ecc4f93 100644 (file)
@@ -1956,7 +1956,6 @@ config ARCH_STM32MP
        select OF_SYSTEM_SETUP
        select PINCTRL
        select REGMAP
-       select SUPPORT_SPL
        select SYSCON
        select SYSRESET
        select SYS_THUMB_BUILD
index e48f98ba29437f0275d3fc4b8ddb5ccb12dd0f14..be0d74b4acb6e1efb41f306b5c983f334e197d1b 100644 (file)
@@ -46,6 +46,7 @@ config STM32MP15x
        select STM32_RCC
        select STM32_RESET
        select STM32_SERIAL
+       select SUPPORT_SPL
        select SYS_ARCH_TIMER
        imply CMD_NVEDIT_INFO
        help