commit | 9c9a3e1403f7c95f021bfe4ebdab937b9051a417 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Dec 18 19:11:03 2014 +0900 |
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Dec 18 23:34:27 2014 +0900 |
tree | c7e925aee3ddd53bd75d992b5e934ae3dedcacac | |
parent | 63e5e812e8de688358f5dc069c85eca6ae2a5e06 [diff] [blame] |
ARM: UniPhier: select CONFIG_SPL Now UniPhier platform is only supported with SPL. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
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 @@ bool "Panasonic UniPhier platform" select CPU_V7 select SUPPORT_SPL + select SPL select OF_CONTROL if !SPL_BUILD endchoice