2 * (C) Copyright 2013 Xilinx, Inc.
4 * Configuration for Micro Zynq Evaluation and Development Board - MicroZedBoard
5 * See zynq-common.h for Zynq common configs
7 * SPDX-License-Identifier: GPL-2.0+
10 #ifndef __CONFIG_ZYNQ_MICROZED_H
11 #define __CONFIG_ZYNQ_MICROZED_H
13 #define CONFIG_SYS_SDRAM_SIZE (1024 * 1024 * 1024)
15 #define CONFIG_SYS_NO_FLASH
17 #include <configs/zynq-common.h>
19 #endif /* __CONFIG_ZYNQ_MICROZED_H */