barebox: fix 2012.03 typo
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 7 Mar 2012 15:26:50 +0000 (16:26 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 7 Mar 2012 15:26:50 +0000 (16:26 +0100)
Thanks to Eric BĂ©nard for noticing.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/barebox/Config.in

index 5cc7dca1b318e8ca98fd3e50d62fdbaf281b3e7a..4048d97dcd3fb8e5e12e5b3930ca8be8189c34f9 100644 (file)
@@ -45,7 +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 "2012.03.0"     if BR2_TARGET_BAREBOX_2012_03
        default "custom"        if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
        default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT