mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
3deb013ae7
commit
a03d5c114a
2 changed files with 2 additions and 1 deletions
|
@ -2,3 +2,5 @@ CONFIG_SPL=y
|
|||
+S:CONFIG_ARM=y
|
||||
+S:CONFIG_ZYNQ=y
|
||||
+S:CONFIG_TARGET_ZYNQ_ZYBO=y
|
||||
CONFIG_OF_CONTROL=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="zynq-zybo"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue