diff options
author | Simon Glass <sjg@chromium.org> | 2015-05-12 23:55:04 +0300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-06-11 04:26:55 +0300 |
commit | 47a785a9dd9725e0a1981ca0ebd50b37f35f07c6 (patch) | |
tree | 23e36baaf537ade983b9d1c39639c0590ae9994a /configs/zynq_zc770_xm013_defconfig | |
parent | b65d5209b36f6a4c3d9b9b3009ca1ceaeedb40ba (diff) | |
download | u-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 'configs/zynq_zc770_xm013_defconfig')
-rw-r--r-- | configs/zynq_zc770_xm013_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_zc770_xm013_defconfig b/configs/zynq_zc770_xm013_defconfig index 64624ea012..a435229d6e 100644 --- a/configs/zynq_zc770_xm013_defconfig +++ b/configs/zynq_zc770_xm013_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_ZYNQ=y CONFIG_TARGET_ZYNQ_ZC770=y +CONFIG_SPL_DISABLE_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm013" # CONFIG_SYS_MALLOC_F is not set CONFIG_SPL=y |