summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-07-16 15:07:04 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-16 20:39:40 +0200
commit4c292805576e99bf30421d8b1f8e9ce8535a4479 (patch)
treec2945e43800adfe65a686fbd0e55a053e62b5e68 /boot
parent57defd2bc29851b8a1e8f0ac31554008fbbf6ef8 (diff)
downloadbuildroot-4c292805576e99bf30421d8b1f8e9ce8535a4479.tar.gz
buildroot-4c292805576e99bf30421d8b1f8e9ce8535a4479.zip
uboot: bump to version 2014.07
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> 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 0f98d7f68d..46d1109544 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.04"
+ bool "2014.07"
config BR2_TARGET_UBOOT_CUSTOM_VERSION
bool "Custom version"
@@ -63,7 +63,7 @@ endif
config BR2_TARGET_UBOOT_VERSION
string
- default "2014.04" if BR2_TARGET_UBOOT_LATEST_VERSION
+ default "2014.07" 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
OpenPOWER on IntegriCloud