blob: 00c97188198501a99324ec904fc78e509fbbcc4e [file] [log] [blame]
Siva Durga Prasad Paladugu0fbd2a82019-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 Paladugu0fbd2a82019-01-08 21:47:29 +053013#define CONFIG_EXTRA_ENV_SETTINGS
14
15#include <configs/xilinx_versal.h>
16
17/* Undef unneeded configs */
18#undef CONFIG_EXTRA_ENV_SETTINGS
Siva Durga Prasad Paladugu0fbd2a82019-01-08 21:47:29 +053019
20/* BOOTP options */
21#undef CONFIG_BOOTP_BOOTFILESIZE
22#undef CONFIG_BOOTP_MAY_FAIL
23
Ashok Reddy Somaa85f3882019-09-09 03:31:08 -060024#undef CONFIG_SYS_CBSIZE
25#define CONFIG_SYS_CBSIZE 1024
26
Siva Durga Prasad Paladugu0fbd2a82019-01-08 21:47:29 +053027#endif /* __CONFIG_VERSAL_MINI_H */