diff mbox series

arm: mvebu: Remove unused ARMADA_64BIT

Message ID 20220505020934.3114741-1-judge.packham@gmail.com
State Accepted
Commit 1001a0ab46ee3be2bb5f0017afdaf135df5e6f6d
Delegated to: Stefan Roese
Headers show
Series arm: mvebu: Remove unused ARMADA_64BIT | expand

Commit Message

Chris Packham May 5, 2022, 2:09 a.m. UTC
Nothing selects ARMADA_64BIT. Instead the 64-bit SoCs just select ARM64
directly. Remove the unused config item.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 arch/arm/mach-mvebu/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

Comments

Stefan Roese May 5, 2022, 5:03 a.m. UTC | #1
On 05.05.22 04:09, Chris Packham wrote:
> Nothing selects ARMADA_64BIT. Instead the 64-bit SoCs just select ARM64
> directly. Remove the unused config item.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
> 
>   arch/arm/mach-mvebu/Kconfig | 4 ----
>   1 file changed, 4 deletions(-)
> 
> diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
> index a3f273f4f949..c764439d50cf 100644
> --- a/arch/arm/mach-mvebu/Kconfig
> +++ b/arch/arm/mach-mvebu/Kconfig
> @@ -17,10 +17,6 @@ config ARMADA_32BIT
>   	select TRANSLATION_OFFSET
>   	select SPL_SYS_NO_VECTOR_TABLE if SPL
>   
> -config ARMADA_64BIT
> -	bool
> -	select ARM64
> -
>   # ARMv7 SoCs...
>   config ARMADA_375
>   	bool

Viele Grüße,
Stefan Roese
Stefan Roese May 17, 2022, 7:50 a.m. UTC | #2
On 05.05.22 04:09, Chris Packham wrote:
> Nothing selects ARMADA_64BIT. Instead the 64-bit SoCs just select ARM64
> directly. Remove the unused config item.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot-marvell/master

Thanks,
Stefan

> ---
> 
>   arch/arm/mach-mvebu/Kconfig | 4 ----
>   1 file changed, 4 deletions(-)
> 
> diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
> index a3f273f4f949..c764439d50cf 100644
> --- a/arch/arm/mach-mvebu/Kconfig
> +++ b/arch/arm/mach-mvebu/Kconfig
> @@ -17,10 +17,6 @@ config ARMADA_32BIT
>   	select TRANSLATION_OFFSET
>   	select SPL_SYS_NO_VECTOR_TABLE if SPL
>   
> -config ARMADA_64BIT
> -	bool
> -	select ARM64
> -
>   # ARMv7 SoCs...
>   config ARMADA_375
>   	bool

Viele Grüße,
Stefan Roese
diff mbox series

Patch

diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index a3f273f4f949..c764439d50cf 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -17,10 +17,6 @@  config ARMADA_32BIT
 	select TRANSLATION_OFFSET
 	select SPL_SYS_NO_VECTOR_TABLE if SPL
 
-config ARMADA_64BIT
-	bool
-	select ARM64
-
 # ARMv7 SoCs...
 config ARMADA_375
 	bool