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 / xilinx_versal_mini.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Configuration for Xilinx Versal MINI configuration
4  *
5  * (C) Copyright 2018-2019 Xilinx, Inc.
6  * Michal Simek <michal.simek@xilinx.com>
7  * Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
8  */
9
10 #ifndef __CONFIG_VERSAL_MINI_H
11 #define __CONFIG_VERSAL_MINI_H
12
13 #define CONFIG_SYS_MEMTEST_SCRATCH     0xfffc0000
14
15 #define CONFIG_EXTRA_ENV_SETTINGS
16
17 #include <configs/xilinx_versal.h>
18
19 /* Undef unneeded configs */
20 #undef CONFIG_EXTRA_ENV_SETTINGS
21 #undef CONFIG_ZLIB
22 #undef CONFIG_GZIP
23 #undef CONFIG_CMD_ENV
24 #undef CONFIG_BOOTM_NETBSD
25 #undef CONFIG_BOOTM_VXWORKS
26 #undef CONFIG_BOOTM_LINUX
27
28 /* BOOTP options */
29 #undef CONFIG_BOOTP_BOOTFILESIZE
30 #undef CONFIG_BOOTP_MAY_FAIL
31
32 #endif /* __CONFIG_VERSAL_MINI_H */