binutils: fix name of Binutils 2.25.1
authorHauke Mehrtens <hauke@hauke-m.de>
Tue, 15 Sep 2015 21:58:48 +0000 (21:58 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 15 Sep 2015 21:58:48 +0000 (21:58 +0000)
The Binutils version 2.25.1 was not a Linaro version, but a normal
upstream Binutils version, fix the name.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Reported-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
SVN-Revision: 46946

toolchain/binutils/Config.in

index 31b043f185f48cb8f3f4d69f2eceed272bcac2f5..27b2ffab8bba3ae4dfca93907344eadaf8ba833d 100644 (file)
@@ -10,7 +10,7 @@ choice
                bool "Linaro binutils 2.24"
 
        config BINUTILS_VERSION_2_25_1
-               bool "Linaro binutils 2.25.1"
+               bool "Binutils 2.25.1"
 
 endchoice