summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorJörg Krause <jkrause@posteo.de>2014-12-13 00:15:58 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-21 23:24:09 +0100
commit143119c0ef58b04bd7109bcb7b095ef98cc5311c (patch)
treecd878922b59a81689b62a0220d893645e3e09f63 /boot
parent84f1a90e1e36eefb9d0e7d0db0940b194d7169a0 (diff)
boot/uboot: bump to version 2014.10
Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/uboot/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index cf40fdc71..f3e17781e 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -18,7 +18,7 @@ choice
Select the specific U-Boot version you want to use
config BR2_TARGET_UBOOT_LATEST_VERSION
- bool "2014.07"
+ bool "2014.10"
config BR2_TARGET_UBOOT_CUSTOM_VERSION
bool "Custom version"
@@ -63,7 +63,7 @@ endif
config BR2_TARGET_UBOOT_VERSION
string
- default "2014.07" if BR2_TARGET_UBOOT_LATEST_VERSION
+ default "2014.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