diff options
author | Simon Glass | 2015-05-12 14:55:04 -0600 |
---|---|---|
committer | Simon Glass | 2015-06-10 19:26:55 -0600 |
commit | 47a785a9dd9725e0a1981ca0ebd50b37f35f07c6 (patch) | |
tree | 23e36baaf537ade983b9d1c39639c0590ae9994a /configs/arches_defconfig | |
parent | b65d5209b36f6a4c3d9b9b3009ca1ceaeedb40ba (diff) |
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/arches_defconfig')
-rw-r--r-- | configs/arches_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/arches_defconfig b/configs/arches_defconfig index 469dace8b12..c55357b3756 100644 --- a/configs/arches_defconfig +++ b/configs/arches_defconfig @@ -6,3 +6,4 @@ CONFIG_DEFAULT_DEVICE_TREE="arches" CONFIG_CMD_SETEXPR=y CONFIG_CMD_NET=y CONFIG_OF_CONTROL=y +CONFIG_SPL_DISABLE_OF_CONTROL=y |