mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
0613c36a7a
Perform a simple rename of CONFIG_EXTRA_ENV_SETTINGS to CFG_EXTRA_ENV_SETTINGS Signed-off-by: Tom Rini <trini@konsulko.com>
21 lines
488 B
C
21 lines
488 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Configuration for Xilinx Versal NET MINI configuration
|
|
*
|
|
* Copyright (C) 2018 - 2022, Xilinx, Inc.
|
|
* Copyright (C) 2022, Advanced Micro Devices, Inc.
|
|
*
|
|
* Michal Simek <michal.simek@amd.com>
|
|
*/
|
|
|
|
#ifndef __CONFIG_VERSAL_NET_MINI_H
|
|
#define __CONFIG_VERSAL_NET_MINI_H
|
|
|
|
#define CFG_EXTRA_ENV_SETTINGS
|
|
|
|
#include <configs/xilinx_versal_net.h>
|
|
|
|
/* Undef unneeded configs */
|
|
#undef CFG_EXTRA_ENV_SETTINGS
|
|
|
|
#endif /* __CONFIG_VERSAL_NET_MINI_H */
|