arm64: versal-net: Add support for mini configuration
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
This commit is contained in:
21
include/configs/xilinx_versal_net_mini.h
Normal file
21
include/configs/xilinx_versal_net_mini.h
Normal file
@@ -0,0 +1,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 */
|
||||
Reference in New Issue
Block a user