All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: versal: Remove xilinx_versal_mini_qspi.h configs
@ 2023-01-18 11:26 Michal Simek
  2023-01-24 12:58 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2023-01-18 11:26 UTC (permalink / raw)
  To: u-boot, git

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 <michal.simek@amd.com>
---

 configs/xilinx_versal_mini_defconfig      |  2 +-
 configs/xilinx_versal_mini_ospi_defconfig |  2 +-
 configs/xilinx_versal_mini_qspi_defconfig |  2 +-
 include/configs/xilinx_versal_mini_qspi.h | 15 ---------------
 4 files changed, 3 insertions(+), 18 deletions(-)
 delete mode 100644 include/configs/xilinx_versal_mini_qspi.h

diff --git a/configs/xilinx_versal_mini_defconfig b/configs/xilinx_versal_mini_defconfig
index 3c5ab01aa9ee..463aee410ef2 100644
--- a/configs/xilinx_versal_mini_defconfig
+++ b/configs/xilinx_versal_mini_defconfig
@@ -1,5 +1,5 @@
 CONFIG_ARM=y
-CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini_qspi"
+CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini"
 CONFIG_SYS_ICACHE_OFF=y
 CONFIG_COUNTER_FREQUENCY=100000000
 CONFIG_ARCH_VERSAL=y
diff --git a/configs/xilinx_versal_mini_ospi_defconfig b/configs/xilinx_versal_mini_ospi_defconfig
index abcd20ba8570..f9fdf61747dd 100644
--- a/configs/xilinx_versal_mini_ospi_defconfig
+++ b/configs/xilinx_versal_mini_ospi_defconfig
@@ -1,5 +1,5 @@
 CONFIG_ARM=y
-CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini_qspi"
+CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini"
 CONFIG_COUNTER_FREQUENCY=100000000
 CONFIG_ARCH_VERSAL=y
 CONFIG_TEXT_BASE=0xFFFC0000
diff --git a/configs/xilinx_versal_mini_qspi_defconfig b/configs/xilinx_versal_mini_qspi_defconfig
index 11aff80f14f2..9fc3eb69e7e2 100644
--- a/configs/xilinx_versal_mini_qspi_defconfig
+++ b/configs/xilinx_versal_mini_qspi_defconfig
@@ -1,5 +1,5 @@
 CONFIG_ARM=y
-CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini_qspi"
+CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini"
 CONFIG_COUNTER_FREQUENCY=100000000
 CONFIG_ARCH_VERSAL=y
 CONFIG_TEXT_BASE=0xFFFC0000
diff --git a/include/configs/xilinx_versal_mini_qspi.h b/include/configs/xilinx_versal_mini_qspi.h
deleted file mode 100644
index e2f2df293540..000000000000
--- 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 <michal.simek@xilinx.com>
- * Siva Durga Prasad Paladugu <sivadur@xilinx.com>
- */
-
-#ifndef __CONFIG_VERSAL_MINI_QSPI_H
-#define __CONFIG_VERSAL_MINI_QSPI_H
-
-#include <configs/xilinx_versal_mini.h>
-
-#endif /* __CONFIG_VERSAL_MINI_QSPI_H */
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: versal: Remove xilinx_versal_mini_qspi.h configs
  2023-01-18 11:26 [PATCH] arm64: versal: Remove xilinx_versal_mini_qspi.h configs Michal Simek
@ 2023-01-24 12:58 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2023-01-24 12:58 UTC (permalink / raw)
  To: u-boot, git



On 1/18/23 12:26, Michal Simek wrote:
> 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 <michal.simek@amd.com>
> ---
> 
>   configs/xilinx_versal_mini_defconfig      |  2 +-
>   configs/xilinx_versal_mini_ospi_defconfig |  2 +-
>   configs/xilinx_versal_mini_qspi_defconfig |  2 +-
>   include/configs/xilinx_versal_mini_qspi.h | 15 ---------------
>   4 files changed, 3 insertions(+), 18 deletions(-)
>   delete mode 100644 include/configs/xilinx_versal_mini_qspi.h
> 
> diff --git a/configs/xilinx_versal_mini_defconfig b/configs/xilinx_versal_mini_defconfig
> index 3c5ab01aa9ee..463aee410ef2 100644
> --- a/configs/xilinx_versal_mini_defconfig
> +++ b/configs/xilinx_versal_mini_defconfig
> @@ -1,5 +1,5 @@
>   CONFIG_ARM=y
> -CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini_qspi"
> +CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini"
>   CONFIG_SYS_ICACHE_OFF=y
>   CONFIG_COUNTER_FREQUENCY=100000000
>   CONFIG_ARCH_VERSAL=y
> diff --git a/configs/xilinx_versal_mini_ospi_defconfig b/configs/xilinx_versal_mini_ospi_defconfig
> index abcd20ba8570..f9fdf61747dd 100644
> --- a/configs/xilinx_versal_mini_ospi_defconfig
> +++ b/configs/xilinx_versal_mini_ospi_defconfig
> @@ -1,5 +1,5 @@
>   CONFIG_ARM=y
> -CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini_qspi"
> +CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini"
>   CONFIG_COUNTER_FREQUENCY=100000000
>   CONFIG_ARCH_VERSAL=y
>   CONFIG_TEXT_BASE=0xFFFC0000
> diff --git a/configs/xilinx_versal_mini_qspi_defconfig b/configs/xilinx_versal_mini_qspi_defconfig
> index 11aff80f14f2..9fc3eb69e7e2 100644
> --- a/configs/xilinx_versal_mini_qspi_defconfig
> +++ b/configs/xilinx_versal_mini_qspi_defconfig
> @@ -1,5 +1,5 @@
>   CONFIG_ARM=y
> -CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini_qspi"
> +CONFIG_SYS_CONFIG_NAME="xilinx_versal_mini"
>   CONFIG_COUNTER_FREQUENCY=100000000
>   CONFIG_ARCH_VERSAL=y
>   CONFIG_TEXT_BASE=0xFFFC0000
> diff --git a/include/configs/xilinx_versal_mini_qspi.h b/include/configs/xilinx_versal_mini_qspi.h
> deleted file mode 100644
> index e2f2df293540..000000000000
> --- 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 <michal.simek@xilinx.com>
> - * Siva Durga Prasad Paladugu <sivadur@xilinx.com>
> - */
> -
> -#ifndef __CONFIG_VERSAL_MINI_QSPI_H
> -#define __CONFIG_VERSAL_MINI_QSPI_H
> -
> -#include <configs/xilinx_versal_mini.h>
> -
> -#endif /* __CONFIG_VERSAL_MINI_QSPI_H */


Applied.
M

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-24 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18 11:26 [PATCH] arm64: versal: Remove xilinx_versal_mini_qspi.h configs Michal Simek
2023-01-24 12:58 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.