From f7a434d25c374dae42ad0e873967394b14bc8bc3 Mon Sep 17 00:00:00 2001 From: egukim Date: Mon, 4 Sep 2017 15:37:09 +0900 Subject: [PATCH] ARM: bcm283x: apply SUPPORT_SPL apply SUPPORT_SPL to support spl loading atf on raspberry pi 3 with bcm2835. Change-Id: I200a2a7673db5eceaf94abb4c68377a1912e00cb Signed-off-by: egukim --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 48476a3848..43f769e9a9 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -440,6 +440,7 @@ config ARCH_BCM283X select DM_SERIAL select DM_GPIO select OF_CONTROL + select SUPPORT_SPL config TARGET_VEXPRESS_CA15_TC2 bool "Support vexpress_ca15_tc2" -- 2.34.1