summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-28 11:13:18 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2015-08-30 15:25:06 (GMT)
commitf4e190e317b860bb15e221a29cbf16976a04e3ca (patch)
tree76ce49c26a0b3a8084d61378a0119d12ab1d560f /arch/arm/Kconfig
parent9271614eb35a77a9e3b2a58e1b994d9bd0dd9e8e (diff)
downloadu-boot-f4e190e317b860bb15e221a29cbf16976a04e3ca.tar.xz
ARM: uniphier: enable SPL_OF_CONTROL
Device Tree really improves code maintainability and is now available for SPL too. This is the state-of-the-art implementation in U-boot. The board files (platform data) are no longer needed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5f3af77..cd88df4 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -816,6 +816,7 @@ config ARCH_UNIPHIER
select SUPPORT_SPL
select SPL
select OF_CONTROL
+ select SPL_OF_CONTROL
select DM
select SPL_DM
select DM_SERIAL