Michal Simek | 5543f50 | 2022-09-19 14:21:10 +0200 | [diff] [blame] | 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 | |
Tom Rini | c9edebe | 2022-12-04 10:03:50 -0500 | [diff] [blame] | 14 | #define CFG_EXTRA_ENV_SETTINGS |
Michal Simek | 5543f50 | 2022-09-19 14:21:10 +0200 | [diff] [blame] | 15 | |
| 16 | #include <configs/xilinx_versal_net.h> |
| 17 | |
| 18 | /* Undef unneeded configs */ |
Tom Rini | c9edebe | 2022-12-04 10:03:50 -0500 | [diff] [blame] | 19 | #undef CFG_EXTRA_ENV_SETTINGS |
Michal Simek | 5543f50 | 2022-09-19 14:21:10 +0200 | [diff] [blame] | 20 | |
| 21 | #endif /* __CONFIG_VERSAL_NET_MINI_H */ |