zynq_afx_qspi arm armv7 zynq_common xilinx zynq zynq_afx:AFX_QSPI
zynq_afx_nand arm armv7 zynq_common xilinx zynq zynq_afx:AFX_NAND
zynq_afx_nand_16b arm armv7 zynq_common xilinx zynq zynq_afx:AFX_NAND,XILINX_ZYNQ_NAND_BUSWIDTH_16
-zynq_zc702 arm armv7 zynq_common xilinx zynq
-zynq_zc706 arm armv7 zynq_common xilinx zynq
+zynq_zc70x arm armv7 zynq_common xilinx zynq
zynq_cseflash arm armv7 zynq_common xilinx zynq
zynq_zed arm armv7 zynq_common xilinx zynq
omap5_evm arm armv7 omap5_evm ti omap5
+++ /dev/null
-/*
- * (C) Copyright 2012 Xilinx
- *
- * Configuration settings for the Xilinx Zynq ZC706 board.
- * See zynq_zc702.h as most of the board headers for both
- * are similar
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- */
-
-#ifndef __CONFIG_ZYNQ_ZC706_H
-#define __CONFIG_ZYNQ_ZC706_H
-
-/*
- * High Level Configuration Options
- */
-#define CONFIG_ZC706 /* Board */
-
-/* ZC702 board headers */
-#include <configs/zynq_zc702.h>
-
-#undef CONFIG_ZC702
-
-/* ZC706 QSPI settings */
-#define CONFIG_SPI_FLASH_SPANSION
-
-#endif /* __CONFIG_ZYNQ_ZC706_H */
/*
* (C) Copyright 2012 Xilinx
*
- * Configuration settings for the Xilinx Zynq ZC702 board.
+ * Configuration settings for the Xilinx Zynq ZC702 and ZC706 boards
* See zynq_common.h for Zynq common configs
*
* This program is free software; you can redistribute it and/or
* MA 02111-1307 USA
*/
-#ifndef __CONFIG_ZYNQ_ZC702_H
-#define __CONFIG_ZYNQ_ZC702_H
+#ifndef __CONFIG_ZYNQ_ZC70X_H
+#define __CONFIG_ZYNQ_ZC70X_H
/*
* High Level Configuration Options
*/
#define CONFIG_ZC702 /* Board */
+#define CONFIG_ZC706 /* Board */
#include <configs/zynq_common.h>
#define CONFIG_SPI_FLASH
#define CONFIG_CMD_SF
#define CONFIG_SPI_FLASH_STMICRO
+#define CONFIG_SPI_FLASH_SPANSION
/* Place a Xilinx Boot ROM header in u-boot image? */
#undef CONFIG_ZYNQ_XILINX_FLASH_HEADER
#define CONFIG_DOS_PARTITION
#endif
-#endif /* __CONFIG_ZYNQ_ZC702_H */
+#endif /* __CONFIG_ZYNQ_ZC70X_H */