blob: 1939832a848e7b17cf310dffd7839c98d8020e46 [file] [log] [blame]
Michal Simek5543f502022-09-19 14:21:10 +02001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Configuration for Xilinx Versal NET MINI configuration
4 *
5 * Copyright (C) 2018 - 2022, Xilinx, Inc.
6 * Copyright (C) 2022, Advanced Micro Devices, Inc.
7 *
8 * Michal Simek <michal.simek@amd.com>
9 */
10
11#ifndef __CONFIG_VERSAL_NET_MINI_H
12#define __CONFIG_VERSAL_NET_MINI_H
13
14#define CONFIG_EXTRA_ENV_SETTINGS
15
16#include <configs/xilinx_versal_net.h>
17
18/* Undef unneeded configs */
19#undef CONFIG_EXTRA_ENV_SETTINGS
20
21#endif /* __CONFIG_VERSAL_NET_MINI_H */