]> git.sur5r.net Git - u-boot/blob - include/configs/zynq_picozed.h
f2598a2bb8f9b0f14f4f56c7f56c56188875eb7c
[u-boot] / include / configs / zynq_picozed.h
1 /*
2  * (C) Copyright 2015 Xilinx, Inc.
3  *
4  * Configuration for PicoZed
5  * See zynq-common.h for Zynq common configs
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #ifndef __CONFIG_ZYNQ_PICOZED_H
11 #define __CONFIG_ZYNQ_PICOZED_H
12
13 #define CONFIG_SYS_NO_FLASH
14
15 #include <configs/zynq-common.h>
16
17 #endif /* __CONFIG_ZYNQ_PICOZED_H */