]> git.sur5r.net Git - u-boot/blob - include/configs/zynq_zc70x.h
spi: zynqmp_gqspi: Add support for ZynqMP qspi driver
[u-boot] / include / configs / zynq_zc70x.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2013 Xilinx, Inc.
4  *
5  * Configuration settings for the Xilinx Zynq ZC702 and ZC706 boards
6  * See zynq-common.h for Zynq common configs
7  */
8
9 #ifndef __CONFIG_ZYNQ_ZC70X_H
10 #define __CONFIG_ZYNQ_ZC70X_H
11
12 #define CONFIG_ZYNQ_EEPROM
13
14 #include <configs/zynq-common.h>
15
16 #endif /* __CONFIG_ZYNQ_ZC70X_H */