summaryrefslogtreecommitdiffstats
path: root/include/configs/zynq_microzed.h
diff options
context:
space:
mode:
authorJagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com>2014-01-09 01:48:30 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-01-10 15:18:33 +0100
commitc91d0c74cfe4c6c6e155392a6b057fa868719297 (patch)
tree95258bd40761d0e13ccd9432678205fb93481a33 /include/configs/zynq_microzed.h
parent9e0802bf821074a90d3bb5c9d4d9d3424d8c51aa (diff)
downloadtalos-obmc-uboot-c91d0c74cfe4c6c6e155392a6b057fa868719297.tar.gz
talos-obmc-uboot-c91d0c74cfe4c6c6e155392a6b057fa868719297.zip
zynq: Enable CONFIG_DEFAULT_DEVICE_TREE
Enabled default dts files on respective pre-board config files this is way MAKEALL will works. and it's upto user to build specific dts by specifying at build time. $ make zynq_zc70x_config $ make --> with default dts zynq-zc702.dts or $ make DEVICE_TREE=zynq-zc702 --> Same configuration with zynq-zc706.dts Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Diffstat (limited to 'include/configs/zynq_microzed.h')
-rw-r--r--include/configs/zynq_microzed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/zynq_microzed.h b/include/configs/zynq_microzed.h
index 549a664ef5..b0328a2cc1 100644
--- a/include/configs/zynq_microzed.h
+++ b/include/configs/zynq_microzed.h
@@ -19,6 +19,7 @@
#define CONFIG_SYS_NO_FLASH
#define CONFIG_ZYNQ_SDHCI0
+#define CONFIG_DEFAULT_DEVICE_TREE zynq-microzed
#include <configs/zynq-common.h>
OpenPOWER on IntegriCloud