From 00ce57e4b948c07095dada9704ef05a60e4b4bff Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 18 Jan 2023 12:26:43 +0100 Subject: arm64: versal: Remove xilinx_versal_mini_qspi.h configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The commit eaf6ea6a1dc1 ("Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h") moved custom init stack pointer address to Kconfig which ends up in situation that xilinx_versal_mini_qspi.h is not needed anymore. That's why remove the file and move defconfigs directly to xilinx_versal_mini.h configuration. Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/2d7276ab8d4cb1d245b64287fb59c79325513f22.1674041200.git.michal.simek@amd.com --- include/configs/xilinx_versal_mini_qspi.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 include/configs/xilinx_versal_mini_qspi.h (limited to 'include') diff --git a/include/configs/xilinx_versal_mini_qspi.h b/include/configs/xilinx_versal_mini_qspi.h deleted file mode 100644 index e2f2df29354..00000000000 --- a/include/configs/xilinx_versal_mini_qspi.h +++ /dev/null @@ -1,15 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -/* - * Configuration for Xilinx Versal QSPI Flash utility - * - * (C) Copyright 2018-2019 Xilinx, Inc. - * Michal Simek - * Siva Durga Prasad Paladugu - */ - -#ifndef __CONFIG_VERSAL_MINI_QSPI_H -#define __CONFIG_VERSAL_MINI_QSPI_H - -#include - -#endif /* __CONFIG_VERSAL_MINI_QSPI_H */ -- cgit v1.3.1