]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/zynq_microzed.h
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[people/ms/u-boot.git] / include / configs / zynq_microzed.h
CommitLineData
e3b01de7
JT
1/*
2 * (C) Copyright 2013 Xilinx, Inc.
3 *
4 * Configuration for Micro Zynq Evaluation and Development Board - MicroZedBoard
5 * See zynq-common.h for Zynq common configs
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10#ifndef __CONFIG_ZYNQ_MICROZED_H
11#define __CONFIG_ZYNQ_MICROZED_H
12
e3b01de7
JT
13#define CONFIG_SYS_NO_FLASH
14
371fc580
MS
15#define CONFIG_ZYNQ_USB
16
e3b01de7
JT
17#include <configs/zynq-common.h>
18
19#endif /* __CONFIG_ZYNQ_MICROZED_H */