mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 04:56:02 +01:00
Versal2 mini configuration is designed for running memory test. Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com> Link: https://lore.kernel.org/r/20240619071733.10256-2-venkatesh.abbarapu@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
21 lines
435 B
C
21 lines
435 B
C
/* 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 */
|