toolchain: remove duplicate default in bintutils Kconfig
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 2 Dec 2012 11:27:23 +0000 (11:27 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 2 Dec 2012 11:27:23 +0000 (11:27 +0000)
SVN-Revision: 34436

toolchain/binutils/Config.in

index 414b1d905a412c47009e79d1ecdcd29c1b9255cf..8c90597091527b729f185d22c27b9c5ec589aadd 100644 (file)
@@ -2,9 +2,8 @@
 
 choice
        prompt "Binutils Version" if TOOLCHAINOPTS
-       default BINUTILS_VERSION_2_19_1
        default BINUTILS_VERSION_2_20_1 if avr32
-       default BINUTILS_VERSION_2_22
+       default BINUTILS_VERSION_2_22 if !avr32
        help
          Select the version of binutils you wish to use.