summaryrefslogtreecommitdiffstats
path: root/boot/uboot/Config.in
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2018-11-03 18:26:05 +0530
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-03 15:54:19 +0100
commit0a1ffcb885b3f4d2dfeaec7bcfb20e982286562c (patch)
tree6d09e7af9702d2ba18c16f27050321f8de3d5331 /boot/uboot/Config.in
parent9617ce5cf9cb03f78c53bbb364b88db77f440b17 (diff)
downloadbuildroot-0a1ffcb885b3f4d2dfeaec7bcfb20e982286562c.tar.gz
buildroot-0a1ffcb885b3f4d2dfeaec7bcfb20e982286562c.zip
uboot: bump to version 2018.09
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'boot/uboot/Config.in')
-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 9e40c11fa1..ac6f8bc8c1 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.07"
+ bool "2018.09"
config BR2_TARGET_UBOOT_CUSTOM_VERSION
bool "Custom version"
@@ -87,7 +87,7 @@ endif
config BR2_TARGET_UBOOT_VERSION
string
- default "2018.07" if BR2_TARGET_UBOOT_LATEST_VERSION
+ default "2018.09" 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