Merge tag 'efi-2019-07-rc5-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[platform/kernel/u-boot.git] / include / configs / zynq_cse.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2013 - 2017 Xilinx.
4  *
5  * Configuration settings for the Xilinx Zynq CSE board.
6  * See zynq-common.h for Zynq common configs
7  */
8
9 #ifndef __CONFIG_ZYNQ_CSE_H
10 #define __CONFIG_ZYNQ_CSE_H
11
12 #define CONFIG_SKIP_LOWLEVEL_INIT
13
14 #include <configs/zynq-common.h>
15
16 /* Undef unneeded configs */
17 #undef CONFIG_EXTRA_ENV_SETTINGS
18 #undef CONFIG_ZLIB
19 #undef CONFIG_GZIP
20
21 #undef CONFIG_SYS_CBSIZE
22 #undef CONFIG_BOOTM_VXWORKS
23 #undef CONFIG_BOOTM_LINUX
24
25 #define CONFIG_SYS_CBSIZE       1024
26
27 #undef CONFIG_SYS_INIT_RAM_ADDR
28 #undef CONFIG_SYS_INIT_RAM_SIZE
29 #define CONFIG_SYS_INIT_RAM_ADDR        0xFFFDE000
30 #define CONFIG_SYS_INIT_RAM_SIZE        0x1000
31 #undef CONFIG_SPL_BSS_START_ADDR
32 #undef CONFIG_SPL_BSS_MAX_SIZE
33 #define CONFIG_SPL_BSS_START_ADDR       0x20000
34 #define CONFIG_SPL_BSS_MAX_SIZE         0x8000
35
36 #endif /* __CONFIG_ZYNQ_CSE_H */