u-boot: bump to version 2013.10
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 17 Oct 2013 20:10:52 +0000 (17:10 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 22 Oct 2013 08:39:28 +0000 (10:39 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/uboot/Config.in

index 998cda2ca0e7b90232a2992ba16a56a8f0ff9beb..7a20d06d0aaceb4d4ba796522c0992e1725437c9 100644 (file)
@@ -18,7 +18,7 @@ choice
          Select the specific U-Boot version you want to use
 
 config BR2_TARGET_UBOOT_LATEST_VERSION
-       bool "2013.07"
+       bool "2013.10"
 
 config BR2_TARGET_UBOOT_CUSTOM_VERSION
        bool "Custom version"
@@ -46,7 +46,7 @@ endif
 
 config BR2_TARGET_UBOOT_VERSION
        string
-       default "2013.07"       if BR2_TARGET_UBOOT_LATEST_VERSION
+       default "2013.10"       if BR2_TARGET_UBOOT_LATEST_VERSION
        default $BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE if BR2_TARGET_UBOOT_CUSTOM_VERSION
        default "custom"        if BR2_TARGET_UBOOT_CUSTOM_TARBALL
        default $BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION if BR2_TARGET_UBOOT_CUSTOM_GIT