diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-26 18:34:02 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-28 02:21:01 +0900 |
commit | b5e57fc78659dafd08f857550eaea87b413cc4f4 (patch) | |
tree | ce16ca85df4875e8b3de27c47242bb39571b19ef /arch/arm/Kconfig | |
parent | 149c751dc7958f3db99203e49208198aa40811b3 (diff) | |
download | u-boot-imx-b5e57fc78659dafd08f857550eaea87b413cc4f4.zip u-boot-imx-b5e57fc78659dafd08f857550eaea87b413cc4f4.tar.gz u-boot-imx-b5e57fc78659dafd08f857550eaea87b413cc4f4.tar.bz2 |
ARM: UniPhier: enable Device Tree control
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b9ac59e..0982117 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -793,6 +793,7 @@ config ARCH_UNIPHIER bool "Panasonic UniPhier platform" select CPU_V7 select SUPPORT_SPL + select OF_CONTROL if !SPL_BUILD endchoice |