]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/zynq_zc70x.h
mx53: Add Board support for GE PPD
[people/ms/u-boot.git] / include / configs / zynq_zc70x.h
1 /*
2 * (C) Copyright 2013 Xilinx, Inc.
3 *
4 * Configuration settings for the Xilinx Zynq ZC702 and ZC706 boards
5 * See zynq-common.h for Zynq common configs
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10 #ifndef __CONFIG_ZYNQ_ZC70X_H
11 #define __CONFIG_ZYNQ_ZC70X_H
12
13 #define CONFIG_ZYNQ_I2C0
14 #define CONFIG_ZYNQ_EEPROM
15
16 #include <configs/zynq-common.h>
17
18 #endif /* __CONFIG_ZYNQ_ZC70X_H */