diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-05-07 17:44:00 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-19 23:03:58 +0200 |
commit | dbe39f2c3c809a0609b81591c268b47b81f45292 (patch) | |
tree | 2b7022c6946614e223df0db6678ae1000a7ff20c | |
parent | da64e35f389df21c911f9ea7cf672e247f1aeedb (diff) | |
download | buildroot-dbe39f2c3c809a0609b81591c268b47b81f45292.tar.gz buildroot-dbe39f2c3c809a0609b81591c268b47b81f45292.zip |
uboot: bump to version 2018.05
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | boot/uboot/Config.in | 4 | ||||
-rw-r--r-- | boot/uboot/uboot.hash | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 95c17e3986..482711ca64 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -39,7 +39,7 @@ choice Select the specific U-Boot version you want to use config BR2_TARGET_UBOOT_LATEST_VERSION - bool "2018.03" + bool "2018.05" config BR2_TARGET_UBOOT_CUSTOM_VERSION bool "Custom version" @@ -87,7 +87,7 @@ endif config BR2_TARGET_UBOOT_VERSION string - default "2018.03" if BR2_TARGET_UBOOT_LATEST_VERSION + default "2018.05" 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 788c1696f8..17840d8d9b 100644 --- a/boot/uboot/uboot.hash +++ b/boot/uboot/uboot.hash @@ -1,2 +1,2 @@ # Locally computed: -sha256 7e7477534409d5368eb1371ffde6820f0f79780a1a1f676161c48442cb303dfd u-boot-2018.03.tar.bz2 +sha256 4da13c2a6139a78cc08608f21fd4741db27eda336cfad7ab8264fda923b9c048 u-boot-2018.05.tar.bz2 |