summaryrefslogtreecommitdiff
path: root/boot/barebox
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-09-04 18:15:58 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-09-05 12:58:45 +0200
commitb7d6f6cbce8d478512f3145616824e1711999f89 (patch)
tree0acbea58c93b106760e4da8cd14d41922aae03c2 /boot/barebox
parent1941a9ee0a1b1e8cb55d1ccf0ddb79a75ebdfd49 (diff)
barebox: bump to version 2014.09.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'boot/barebox')
-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 224854739..c7c89a915 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 "2014.08.0"
+ bool "2014.09.0"
config BR2_TARGET_BAREBOX_CUSTOM_VERSION
bool "Custom version"
@@ -40,7 +40,7 @@ endif
config BR2_TARGET_BAREBOX_VERSION
string
- default "2014.08.0" if BR2_TARGET_BAREBOX_LATEST_VERSION
+ default "2014.09.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