From 992e874885ab78e6647cb1ef850d3fad7074ae11 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 18 Dec 2014 19:11:03 +0900 Subject: ARM: UniPhier: select CONFIG_SPL Now UniPhier platform is only supported with SPL. Signed-off-by: Masahiro Yamada --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 2b0d2c9..5eb1d03 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -800,6 +800,7 @@ config ARCH_UNIPHIER bool "Panasonic UniPhier platform" select CPU_V7 select SUPPORT_SPL + select SPL select OF_CONTROL if !SPL_BUILD endchoice -- cgit v1.1