diff mbox

barebox: Add 2012.11, remove 2012.07

Message ID 1353103459-17468-1-git-send-email-maxime.ripard@free-electrons.com
State Accepted
Commit 0003b0d1f7975f4528c402eefe995b655f64ea4e
Headers show

Commit Message

Maxime Ripard Nov. 16, 2012, 10:04 p.m. UTC
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 boot/barebox/Config.in |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Peter Korsgaard Nov. 17, 2012, 8:02 a.m. UTC | #1
>>>>> "Maxime" == Maxime Ripard <maxime.ripard@free-electrons.com> writes:

 Maxime> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Committed, thanks.
diff mbox

Patch

diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index d6ce8dd..c9e7088 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"