summaryrefslogtreecommitdiffstats
path: root/boot/barebox/Config.in
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2019-01-11 22:52:34 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-01-12 17:19:20 +0100
commite4e9e5f9375a27b24fa4d92d5282de5dfbbdf234 (patch)
tree78c3614433e9c96a9f30fd88136c4d921c03c65d /boot/barebox/Config.in
parentd300b1d3b1267bbdf92ae128150a1cce137ae89e (diff)
downloadbuildroot-e4e9e5f9375a27b24fa4d92d5282de5dfbbdf234.tar.gz
buildroot-e4e9e5f9375a27b24fa4d92d5282de5dfbbdf234.zip
boot/barebox: bump version to 2018.12.0
Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'boot/barebox/Config.in')
-rw-r--r--boot/barebox/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index 82c400fbaa..6a8d251548 100644
--- a/boot/barebox/Config.in
+++ b/boot/barebox/Config.in
@@ -12,7 +12,7 @@ choice
Select the specific Barebox version you want to use
config BR2_TARGET_BAREBOX_LATEST_VERSION
- bool "2018.10.0"
+ bool "2018.12.0"
config BR2_TARGET_BAREBOX_CUSTOM_VERSION
bool "Custom version"
@@ -40,7 +40,7 @@ endif
config BR2_TARGET_BAREBOX_VERSION
string
- default "2018.10.0" if BR2_TARGET_BAREBOX_LATEST_VERSION
+ default "2018.12.0" if BR2_TARGET_BAREBOX_LATEST_VERSION
default BR2_TARGET_BAREBOX_CUSTOM_VERSION_VALUE if BR2_TARGET_BAREBOX_CUSTOM_VERSION
default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
default BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT
OpenPOWER on IntegriCloud