commit | 992e874885ab78e6647cb1ef850d3fad7074ae11 | [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 | 7e421d640b3af31b7d9376c0ebb55833ab3e2aa0 [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