summaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-05-12 20:55:04 (GMT)
committerSimon Glass <sjg@chromium.org>2015-06-11 01:26:55 (GMT)
commit47a785a9dd9725e0a1981ca0ebd50b37f35f07c6 (patch)
tree23e36baaf537ade983b9d1c39639c0590ae9994a /arch/arm/Kconfig
parentb65d5209b36f6a4c3d9b9b3009ca1ceaeedb40ba (diff)
downloadu-boot-47a785a9dd9725e0a1981ca0ebd50b37f35f07c6.tar.xz
dts: Disable device tree for SPL on all boards
We plan to enable device tree in SPL by default. Before doing this, explicitly disable it for all boards. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 2985e6e..fd47e60 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -668,6 +668,7 @@ config TEGRA
select SUPPORT_SPL
select SPL
select OF_CONTROL
+ select SPL_DISABLE_OF_CONTROL
select CPU_V7
select DM
select DM_SPI_FLASH
@@ -794,6 +795,7 @@ config ARCH_UNIPHIER
select DM
select DM_SERIAL
select DM_I2C
+ select SPL_DISABLE_OF_CONTROL
help
Support for UniPhier SoC family developed by Socionext Inc.
(formerly, System LSI Business Division of Panasonic Corporation)