1 /* 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 CFG_EXTRA_ENV_SETTINGS 15 16 #include <configs/xilinx_versal_net.h> 17 18 /* Undef unneeded configs */ 19 #undef CFG_EXTRA_ENV_SETTINGS 20 21 #endif /* __CONFIG_VERSAL_NET_MINI_H */ 22