]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
arch: remove BR2_arm920 reference
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 15 Sep 2014 21:01:56 +0000 (23:01 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 18 Sep 2014 20:05:11 +0000 (22:05 +0200)
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>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
arch/Config.in.arm

index e404a505f544aba523b2324b00185cf199b3a68c..5ae2378fed719b7e8f865c572e3393b93acab99f 100644 (file)
@@ -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