boot/uboot: bump to version 2015.04
authorJörg Krause <joerg.krause@embedded.rocks>
Sat, 18 Apr 2015 12:52:43 +0000 (14:52 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 19 Apr 2015 08:00:17 +0000 (10:00 +0200)
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
boot/uboot/Config.in

index 3f39ee8133d9d75eca16898b878d7d8840692a2e..23d9c809986dd84ab1ac6df0f2e84f85680aacfe 100644 (file)
@@ -18,7 +18,7 @@ choice
          Select the specific U-Boot version you want to use
 
 config BR2_TARGET_UBOOT_LATEST_VERSION
-       bool "2015.01"
+       bool "2015.04"
 
 config BR2_TARGET_UBOOT_CUSTOM_VERSION
        bool "Custom version"
@@ -63,7 +63,7 @@ endif
 
 config BR2_TARGET_UBOOT_VERSION
        string
-       default "2015.01"       if BR2_TARGET_UBOOT_LATEST_VERSION
+       default "2015.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