blob: 50bacc39ac58beceb9199ab4456f003dc1d4eaf1 [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
Tom Rinic9edebe2022-12-04 10:03:50 -050014#define CFG_EXTRA_ENV_SETTINGS
Michal Simek5543f502022-09-19 14:21:10 +020015
16#include <configs/xilinx_versal_net.h>
17
18/* Undef unneeded configs */
Tom Rinic9edebe2022-12-04 10:03:50 -050019#undef CFG_EXTRA_ENV_SETTINGS
Michal Simek5543f502022-09-19 14:21:10 +020020
21#endif /* __CONFIG_VERSAL_NET_MINI_H */