Venkatesh Yadav Abbarapu | 8bfbc09 | 2024-06-19 12:47:30 +0530 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | /* |
| 3 | * Configuration for AMD Versal Gen2 MINI configuration |
| 4 | * |
| 5 | * Copyright (C) 2023 - 2024, Advanced Micro Devices, Inc. |
| 6 | * |
| 7 | * Michal Simek <michal.simek@amd.com> |
| 8 | */ |
| 9 | |
| 10 | #ifndef __CONFIG_VERSAL2_MINI_H |
| 11 | #define __CONFIG_VERSAL2_MINI_H |
| 12 | |
| 13 | #define CFG_EXTRA_ENV_SETTINGS |
| 14 | |
| 15 | #include <configs/amd_versal2.h> |
| 16 | |
| 17 | /* Undef unneeded configs */ |
| 18 | #undef CFG_EXTRA_ENV_SETTINGS |
| 19 | |
| 20 | #endif /* __CONFIG_VERSAL2_MINI_H */ |