summaryrefslogtreecommitdiffstats
path: root/include/configs/zynq_zybo.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-11-13 13:22:40 +0100
committerTom Rini <trini@ti.com>2014-11-13 08:38:22 -0500
commita03d5c114a5e4a0bd696b0135a65746eb46c84f4 (patch)
tree222b733138ff9a2b1b9f44168f23bff9964172e9 /include/configs/zynq_zybo.h
parent3deb013ae780c19f40b0704a7f421ad479962618 (diff)
downloadtalos-obmc-uboot-a03d5c114a5e4a0bd696b0135a65746eb46c84f4.tar.gz
talos-obmc-uboot-a03d5c114a5e4a0bd696b0135a65746eb46c84f4.zip
zynq: zybo: Move CONFIG_DEFAULT_DEVICE_TREE to defconfig
This is a MIME GnuPG-signed message. If you see this text, it means that your E-mail or Usenet software does not support MIME signed messages. The Internet standard for MIME PGP messages, RFC 2015, was published in 1996. To open this message correctly you will need to install E-mail or Usenet software that supports modern Internet standards. Move CONFIG_DEFAULT_DEVICE_TREE from board config directly to defconfig. This patch removes compilation warning: include/configs/zynq_zybo.h:24:0: warning: "CONFIG_DEFAULT_DEVICE_TREE" redefined [enabled by default] #define CONFIG_DEFAULT_DEVICE_TREE zynq-zybo Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq_zybo.h')
-rw-r--r--include/configs/zynq_zybo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/zynq_zybo.h b/include/configs/zynq_zybo.h
index ce1527fafc..191f2a5f30 100644
--- a/include/configs/zynq_zybo.h
+++ b/include/configs/zynq_zybo.h
@@ -21,7 +21,6 @@
#define CONFIG_ZYNQ_SDHCI0
#define CONFIG_ZYNQ_BOOT_FREEBSD
-#define CONFIG_DEFAULT_DEVICE_TREE zynq-zybo
/* Define ZYBO PS Clock Frequency to 50MHz */
#define CONFIG_ZYNQ_PS_CLK_FREQ 50000000UL
OpenPOWER on IntegriCloud