summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-03-06 22:55:30 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-03-06 22:55:30 +0100
commitdc0589b7d6aa057cad083370cb3d9b5547be60e0 (patch)
treebfacfb7d2fc0364fc255184547f8e44d854325c5 /boot
parentcb9a5877b88787f176215c5addb8c1be225a39d0 (diff)
barebox: add 2012.03 release
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r--boot/barebox/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index c335af06b..5cc7dca1b 100644
--- a/boot/barebox/Config.in
+++ b/boot/barebox/Config.in
@@ -8,7 +8,7 @@ config BR2_TARGET_BAREBOX
if BR2_TARGET_BAREBOX
choice
prompt "version"
- default BR2_TARGET_BAREBOX_2012_02
+ default BR2_TARGET_BAREBOX_2012_03
help
Select the specific Barebox version you want to use
@@ -22,6 +22,9 @@ config BR2_TARGET_BAREBOX_2012_01
config BR2_TARGET_BAREBOX_2012_02
bool "2012.02"
+config BR2_TARGET_BAREBOX_2012_03
+ bool "2012.03"
+
config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
bool "Custom tarball"
@@ -42,6 +45,7 @@ config BR2_TARGET_BAREBOX_VERSION
default "2011.12.0" if BR2_TARGET_BAREBOX_2011_12
default "2012.01.0" if BR2_TARGET_BAREBOX_2012_01
default "2012.02.0" if BR2_TARGET_BAREBOX_2012_02
+ default "2012.03.0" if BR2_TARGET_BAREBOX_2012_02
default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT