microblaze: Remove CONSOLE_ARG
[oweals/u-boot.git] / include / configs / zynq_zc770.h
1 /*
2  * (C) Copyright 2013 Xilinx, Inc.
3  *
4  * Configuration settings for the Xilinx Zynq ZC770 board.
5  * See zynq-common.h for Zynq common configs
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #ifndef __CONFIG_ZYNQ_ZC770_H
11 #define __CONFIG_ZYNQ_ZC770_H
12
13 #define CONFIG_SYS_SDRAM_SIZE           (1024 * 1024 * 1024)
14
15 #define CONFIG_SYS_NO_FLASH
16
17 #if defined(CONFIG_ZC770_XM010)
18 # define CONFIG_ZYNQ_SDHCI0
19
20 #elif defined(CONFIG_ZC770_XM011)
21
22 #elif defined(CONFIG_ZC770_XM012)
23 # undef CONFIG_SYS_NO_FLASH
24
25 #elif defined(CONFIG_ZC770_XM013)
26
27 #endif
28
29 #include <configs/zynq-common.h>
30
31 #endif /* __CONFIG_ZYNQ_ZC770_H */