blob: adc4d0f11e675199fbf3e6ca5d4de11c4749e9e4 [file] [log] [blame]
Nathan Rossi7a1aec82015-04-14 14:58:10 +10001/*
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
Nathan Rossi7a1aec82015-04-14 14:58:10 +100013#define CONFIG_SYS_NO_FLASH
14
Nathan Rossi7a1aec82015-04-14 14:58:10 +100015#define CONFIG_ZYNQ_USB
Nathan Rossi7a1aec82015-04-14 14:58:10 +100016
17#include <configs/zynq-common.h>
18
19#endif /* __CONFIG_ZYNQ_PICOZED_H */