uboot: bump to version 2014.04
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Fri, 25 Apr 2014 11:01:10 +0000 (15:01 +0400)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 26 Apr 2014 09:27:06 +0000 (11:27 +0200)
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/uboot/Config.in

index 90437b55c2f128853c2d64ccb50fc4d31cb03203..1c77f6a656633bc02a65a4c10d3d1d08a3e8c228 100644 (file)
@@ -18,7 +18,7 @@ choice
          Select the specific U-Boot version you want to use
 
 config BR2_TARGET_UBOOT_LATEST_VERSION
-       bool "2014.01"
+       bool "2014.04"
 
 config BR2_TARGET_UBOOT_CUSTOM_VERSION
        bool "Custom version"
@@ -63,7 +63,7 @@ endif
 
 config BR2_TARGET_UBOOT_VERSION
        string
-       default "2014.01"       if BR2_TARGET_UBOOT_LATEST_VERSION
+       default "2014.04"       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