1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Configuration for Xilinx Versal MINI configuration
4  *
5  * (C) Copyright 2018-2019 Xilinx, Inc.
6  * Michal Simek <michal.simek@amd.com>
7  * Siva Durga Prasad Paladugu <siva.durga.prasad.paladugu@amd.com>>
8  */
9 
10 #ifndef __CONFIG_VERSAL_MINI_H
11 #define __CONFIG_VERSAL_MINI_H
12 
13 #define CFG_EXTRA_ENV_SETTINGS
14 
15 #include <configs/xilinx_versal.h>
16 
17 /* Undef unneeded configs */
18 #undef CFG_EXTRA_ENV_SETTINGS
19 
20 #endif /* __CONFIG_VERSAL_MINI_H */
21