diff mbox

[1/4] arch: remove BR2_arm920 reference

Message ID 1410814919-11523-2-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit ad0e217bb2c9a0ea132d841c57f310020f336bd5
Headers show

Commit Message

Thomas Petazzoni Sept. 15, 2014, 9:01 p.m. UTC
The BR2_GCC_TARGET_CPU defines a value for the BR2_arm920 case, but
this option does not exist. Therefore, this commit removes one line of
dead code.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 arch/Config.in.arm | 1 -
 1 file changed, 1 deletion(-)

Comments

Yann E. MORIN Sept. 15, 2014, 9:08 p.m. UTC | #1
Thomas, All,

On 2014-09-15 23:01 +0200, Thomas Petazzoni spake thusly:
> The BR2_GCC_TARGET_CPU defines a value for the BR2_arm920 case, but
> this option does not exist. Therefore, this commit removes one line of
> dead code.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Obviously:

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  arch/Config.in.arm | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/Config.in.arm b/arch/Config.in.arm
> index e404a50..5ae2378 100644
> --- a/arch/Config.in.arm
> +++ b/arch/Config.in.arm
> @@ -344,7 +344,6 @@ config BR2_ARCH_HAS_ATOMICS
>  	default y
>  
>  config BR2_GCC_TARGET_CPU
> -	default "arm920"	if BR2_arm920
>  	default "arm920t"	if BR2_arm920t
>  	default "arm922t"	if BR2_arm922t
>  	default "arm926ej-s"	if BR2_arm926t
> -- 
> 2.0.0
>
Peter Korsgaard Sept. 18, 2014, 8:12 p.m. UTC | #2
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > The BR2_GCC_TARGET_CPU defines a value for the BR2_arm920 case, but
 > this option does not exist. Therefore, this commit removes one line of
 > dead code.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.
diff mbox

Patch

diff --git a/arch/Config.in.arm b/arch/Config.in.arm
index e404a50..5ae2378 100644
--- a/arch/Config.in.arm
+++ b/arch/Config.in.arm
@@ -344,7 +344,6 @@  config BR2_ARCH_HAS_ATOMICS
 	default y
 
 config BR2_GCC_TARGET_CPU
-	default "arm920"	if BR2_arm920
 	default "arm920t"	if BR2_arm920t
 	default "arm922t"	if BR2_arm922t
 	default "arm926ej-s"	if BR2_arm926t