commit | 47e5f661a1c332b833b8d19131bb0eaa5e0dc527 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 12 14:55:04 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jun 10 19:26:55 2015 -0600 |
tree | 23e36baaf537ade983b9d1c39639c0590ae9994a | |
parent | b0244d096653e2dc57b4533c67ccad6c0e0ba518 [diff] [blame] |
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>
diff --git a/configs/canyonlands_defconfig b/configs/canyonlands_defconfig index 12d3352..e838a6c 100644 --- a/configs/canyonlands_defconfig +++ b/configs/canyonlands_defconfig
@@ -6,4 +6,5 @@ CONFIG_CMD_SETEXPR=y CONFIG_CMD_NET=y CONFIG_OF_CONTROL=y +CONFIG_SPL_DISABLE_OF_CONTROL=y CONFIG_OF_EMBED=y