summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2015-07-16 21:09:01 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-16 23:39:19 +0200
commite13609ddf42afc77b0b5a9145513cfdab32d75b8 (patch)
treec917ae37eb323cbe68560d7a298fd6b7130b389f /boot
parent6bae1ac5757f7dac2c906447502542bbb0cbdd62 (diff)
downloadbuildroot-e13609ddf42afc77b0b5a9145513cfdab32d75b8.tar.gz
buildroot-e13609ddf42afc77b0b5a9145513cfdab32d75b8.zip
boot/uboot: bump to version 2015.07
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/uboot/Config.in4
-rw-r--r--boot/uboot/uboot.hash2
2 files changed, 3 insertions, 3 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index 1cdb2fae93..f0c0094690 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 "2015.04"
+ bool "2015.07"
config BR2_TARGET_UBOOT_CUSTOM_VERSION
bool "Custom version"
@@ -63,7 +63,7 @@ endif
config BR2_TARGET_UBOOT_VERSION
string
- default "2015.04" if BR2_TARGET_UBOOT_LATEST_VERSION
+ default "2015.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
diff --git a/boot/uboot/uboot.hash b/boot/uboot/uboot.hash
index 9cc96f64c7..3b687d52df 100644
--- a/boot/uboot/uboot.hash
+++ b/boot/uboot/uboot.hash
@@ -1,2 +1,2 @@
# Locally computed:
-sha256 0a1a70df586655f527befa6f12e184e96ed61b126e5a567382321b17200f5d60 u-boot-2015.04.tar.bz2
+sha256 0b48c9bd717f2c322ef791f8282e14c88be942dc7d1226df7e31a812a3af94d9 u-boot-2015.07.tar.bz2
OpenPOWER on IntegriCloud