]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/configs/zynq_zybo.h
arm: zynq: zybo: migrate CONFIG_DISPLAY to defconfig
[thirdparty/u-boot.git] / include / configs / zynq_zybo.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
d977d6f7
TW
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
d977d6f7
TW
8 */
9
10#ifndef __CONFIG_ZYNQ_ZYBO_H
11#define __CONFIG_ZYNQ_ZYBO_H
12
fdcdde56 13#define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
996503ef 14#define CONFIG_ZYNQ_GEM_EEPROM_ADDR 0x50
d977d6f7 15
d977d6f7
TW
16#include <configs/zynq-common.h>
17
18#endif /* __CONFIG_ZYNQ_ZYBO_H */