6f3915a0f86a3035dd74cf9dd6aa5a1a014c6984
[platform/kernel/u-boot.git] / include / configs / zynq_zed.h
1 /*
2  * (C) Copyright 2013 Xilinx, Inc.
3  *
4  * Configuration for Zynq Evaluation and Development Board - ZedBoard
5  * See zynq-common.h for Zynq common configs
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #ifndef __CONFIG_ZYNQ_ZED_H
11 #define __CONFIG_ZYNQ_ZED_H
12
13 #define CONFIG_SYS_NO_FLASH
14
15 #define CONFIG_ZYNQ_USB
16 #define CONFIG_ZYNQ_BOOT_FREEBSD
17
18 #include <configs/zynq-common.h>
19
20 #endif /* __CONFIG_ZYNQ_ZED_H */