summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2012-11-16 12:04:18 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-17 09:01:41 +0100
commit0003b0d1f7975f4528c402eefe995b655f64ea4e (patch)
treee7d0e3983277047977d5e1afa8f3098c0ceb9bfb /boot
parent4b8215714da48367fa67bdbc98fa12fd9371e6ba (diff)
downloadbuildroot-novena-0003b0d1f7975f4528c402eefe995b655f64ea4e.tar.gz
buildroot-novena-0003b0d1f7975f4528c402eefe995b655f64ea4e.zip
barebox: Add 2012.11, remove 2012.07
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r--boot/barebox/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index d6ce8dd68..c9e708824 100644
--- a/boot/barebox/Config.in
+++ b/boot/barebox/Config.in
@@ -8,13 +8,10 @@ config BR2_TARGET_BAREBOX
if BR2_TARGET_BAREBOX
choice
prompt "version"
- default BR2_TARGET_BAREBOX_2012_10
+ default BR2_TARGET_BAREBOX_2012_11
help
Select the specific Barebox version you want to use
-config BR2_TARGET_BAREBOX_2012_07
- bool "2012.07"
-
config BR2_TARGET_BAREBOX_2012_08
bool "2012.08"
@@ -24,6 +21,9 @@ config BR2_TARGET_BAREBOX_2012_09
config BR2_TARGET_BAREBOX_2012_10
bool "2012.10"
+config BR2_TARGET_BAREBOX_2012_11
+ bool "2012.11"
+
config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
bool "Custom tarball"