arm64: zynqmp: Remove xilinx_zynqmp_mini_emmc/qspi.h configs
The commit eaf6ea6a1d ("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_zynqmp_mini_emmc/qspi.h are not
needed anymore. That's why remove files and move defconfigs directly to
xilinx_zynqmp_mini.h configuration.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/61ae40cf63aabd08adb386c870d3392b0b606fc9.1674040373.git.michal.simek@amd.com
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini_qspi"
|
||||
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini"
|
||||
CONFIG_SYS_ICACHE_OFF=y
|
||||
CONFIG_ARCH_ZYNQMP=y
|
||||
CONFIG_TEXT_BASE=0xFFFC0000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini_emmc"
|
||||
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini"
|
||||
CONFIG_SYS_ICACHE_OFF=y
|
||||
CONFIG_ARCH_ZYNQMP=y
|
||||
CONFIG_TEXT_BASE=0x10000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini_emmc"
|
||||
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini"
|
||||
CONFIG_SYS_ICACHE_OFF=y
|
||||
CONFIG_ARCH_ZYNQMP=y
|
||||
CONFIG_TEXT_BASE=0x10000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini_qspi"
|
||||
CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_mini"
|
||||
CONFIG_SYS_ICACHE_OFF=y
|
||||
CONFIG_ARCH_ZYNQMP=y
|
||||
CONFIG_TEXT_BASE=0xFFFC0000
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
/*
|
||||
* Configuration for Xilinx ZynqMP eMMC Flash utility
|
||||
*
|
||||
* (C) Copyright 2018 Xilinx, Inc.
|
||||
* Michal Simek <michal.simek@xilinx.com>
|
||||
* Siva Durga Prasad Paladugu <sivadur@xilinx.com>
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_ZYNQMP_MINI_EMMC_H
|
||||
#define __CONFIG_ZYNQMP_MINI_EMMC_H
|
||||
|
||||
#include <configs/xilinx_zynqmp_mini.h>
|
||||
|
||||
#endif /* __CONFIG_ZYNQMP_MINI_EMMC_H */
|
||||
@@ -1,15 +0,0 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
/*
|
||||
* Configuration for Xilinx ZynqMP QSPI Flash utility
|
||||
*
|
||||
* (C) Copyright 2018 Xilinx, Inc.
|
||||
* Michal Simek <michal.simek@xilinx.com>
|
||||
* Siva Durga Prasad Paladugu <sivadur@xilinx.com>
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_ZYNQMP_MINI_QSPI_H
|
||||
#define __CONFIG_ZYNQMP_MINI_QSPI_H
|
||||
|
||||
#include <configs/xilinx_zynqmp_mini.h>
|
||||
|
||||
#endif /* __CONFIG_ZYNQMP_MINI_QSPI_H */
|
||||
Reference in New Issue
Block a user