summaryrefslogtreecommitdiff
path: root/include/configs/amd_versal2_mini.h
blob: 97e8f673a83408c72f2cd2b6f6d824164919f641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Configuration for AMD Versal Gen2 MINI configuration
 *
 * Copyright (C) 2023 - 2024, Advanced Micro Devices, Inc.
 *
 * Michal Simek <michal.simek@amd.com>
 */

#ifndef __CONFIG_VERSAL2_MINI_H
#define __CONFIG_VERSAL2_MINI_H

#define CFG_EXTRA_ENV_SETTINGS

#include <configs/amd_versal2.h>

/* Undef unneeded configs */
#undef CFG_EXTRA_ENV_SETTINGS

#endif /* __CONFIG_VERSAL2_MINI_H */