blob: ae7eca11553f6958446e2b2a553e7eba53181877 [file] [log] [blame]
Siva Durga Prasad Paladugu5a7fdb82019-01-08 21:47:29 +05301/* 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
Siva Durga Prasad Paladugu5a7fdb82019-01-08 21:47:29 +053013
14#define CONFIG_EXTRA_ENV_SETTINGS
15
16#include <configs/xilinx_versal.h>
17
18/* Undef unneeded configs */
19#undef CONFIG_EXTRA_ENV_SETTINGS
20#undef CONFIG_ZLIB
21#undef CONFIG_GZIP
22#undef CONFIG_CMD_ENV
Siva Durga Prasad Paladugu5a7fdb82019-01-08 21:47:29 +053023
24/* BOOTP options */
25#undef CONFIG_BOOTP_BOOTFILESIZE
26#undef CONFIG_BOOTP_MAY_FAIL
27
Ashok Reddy Somabc09cb32019-09-09 03:31:08 -060028#undef CONFIG_SYS_CBSIZE
29#define CONFIG_SYS_CBSIZE 1024
30
Siva Durga Prasad Paladugu5a7fdb82019-01-08 21:47:29 +053031#endif /* __CONFIG_VERSAL_MINI_H */