blob: 97e8f673a83408c72f2cd2b6f6d824164919f641 [file] [log] [blame]
Venkatesh Yadav Abbarapu8bfbc092024-06-19 12:47:30 +05301/* 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 */