]> Git Repo - u-boot.git/blob - include/configs/xilinx_versal_net_mini.h
global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*
[u-boot.git] / include / configs / xilinx_versal_net_mini.h
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 <[email protected]>
9  */
10
11 #ifndef __CONFIG_VERSAL_NET_MINI_H
12 #define __CONFIG_VERSAL_NET_MINI_H
13
14 #define CONFIG_EXTRA_ENV_SETTINGS
15
16 #include <configs/xilinx_versal_net.h>
17
18 /* Undef unneeded configs */
19 #undef CONFIG_EXTRA_ENV_SETTINGS
20
21 #endif /* __CONFIG_VERSAL_NET_MINI_H */
This page took 0.028728 seconds and 4 git commands to generate.