summaryrefslogtreecommitdiff
path: root/include/configs/xilinx_versal_net_mini.h
blob: 1939832a848e7b17cf310dffd7839c98d8020e46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* 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 CONFIG_EXTRA_ENV_SETTINGS

#include <configs/xilinx_versal_net.h>

/* Undef unneeded configs */
#undef CONFIG_EXTRA_ENV_SETTINGS

#endif /* __CONFIG_VERSAL_NET_MINI_H */