mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
f2641f066b
Versal NET mini configuration is designed for running memory test. Current output is on DCC but changing serial0 alias to pl011 will move console to serial port. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/aec3f41a4cc48c45b8f07dd6e423d5838dbcc9d7.1663589964.git.michal.simek@amd.com
21 lines
494 B
C
21 lines
494 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 CONFIG_EXTRA_ENV_SETTINGS
|
|
|
|
#include <configs/xilinx_versal_net.h>
|
|
|
|
/* Undef unneeded configs */
|
|
#undef CONFIG_EXTRA_ENV_SETTINGS
|
|
|
|
#endif /* __CONFIG_VERSAL_NET_MINI_H */
|