]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/configs/zynq_zybo.h
arm: zynq: zybo: migrate CONFIG_DISPLAY to defconfig
[thirdparty/u-boot.git] / include / configs / zynq_zybo.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * (C) Copyright 2012 Xilinx
4 * (C) Copyright 2014 Digilent Inc.
5 *
6 * Configuration for Zynq Development Board - ZYBO
7 * See zynq-common.h for Zynq common configs
8 */
9
10 #ifndef __CONFIG_ZYNQ_ZYBO_H
11 #define __CONFIG_ZYNQ_ZYBO_H
12
13 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
14 #define CONFIG_ZYNQ_GEM_EEPROM_ADDR 0x50
15
16 #include <configs/zynq-common.h>
17
18 #endif /* __CONFIG_ZYNQ_ZYBO_H */