summaryrefslogtreecommitdiffstats
path: root/configs/galileo_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-05-12 14:55:04 -0600
committerSimon Glass <sjg@chromium.org>2015-06-10 19:26:55 -0600
commit47a785a9dd9725e0a1981ca0ebd50b37f35f07c6 (patch)
tree23e36baaf537ade983b9d1c39639c0590ae9994a /configs/galileo_defconfig
parentb65d5209b36f6a4c3d9b9b3009ca1ceaeedb40ba (diff)
downloadblackbird-obmc-uboot-47a785a9dd9725e0a1981ca0ebd50b37f35f07c6.tar.gz
blackbird-obmc-uboot-47a785a9dd9725e0a1981ca0ebd50b37f35f07c6.zip
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 'configs/galileo_defconfig')
-rw-r--r--configs/galileo_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
index a3b564ec54..5045510433 100644
--- a/configs/galileo_defconfig
+++ b/configs/galileo_defconfig
@@ -5,5 +5,6 @@ CONFIG_DEFAULT_DEVICE_TREE="galileo"
CONFIG_TARGET_GALILEO=y
CONFIG_CMD_NET=y
CONFIG_OF_CONTROL=y
+CONFIG_SPL_DISABLE_OF_CONTROL=y
CONFIG_ETH_DESIGNWARE=y
CONFIG_GENERATE_PIRQ_TABLE=y
OpenPOWER on IntegriCloud