blob: e66088da4f795961ec4bc30e6b41de4a281a2c83 [file] [log] [blame]
Jagannadha Sutradharudu Tekie3b01de2014-01-09 01:48:17 +05301/*
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
Jagannadha Sutradharudu Tekie3b01de2014-01-09 01:48:17 +053013#define CONFIG_SYS_NO_FLASH
14
Jagannadha Sutradharudu Tekie3b01de2014-01-09 01:48:17 +053015#include <configs/zynq-common.h>
16
17#endif /* __CONFIG_ZYNQ_MICROZED_H */