From: egukim Date: Mon, 4 Sep 2017 06:37:09 +0000 (+0900) Subject: ARM: bcm283x: apply SUPPORT_SPL X-Git-Tag: submit/tizen/20170922.071838~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7a434d25c374dae42ad0e873967394b14bc8bc3;p=platform%2Fkernel%2Fu-boot.git 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 --- 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"