diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-07 16:26:50 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-07 16:26:50 +0100 |
commit | b50f7a832de2801aeee33146ff5a81945f4078c2 (patch) | |
tree | 4bbb5a294b8d0036e2b57723cd85deca5824a4b8 /boot/barebox/Config.in | |
parent | 6131e47af0359c1cfb92bfebebb1890802e8cfb0 (diff) | |
download | buildroot-novena-b50f7a832de2801aeee33146ff5a81945f4078c2.tar.gz buildroot-novena-b50f7a832de2801aeee33146ff5a81945f4078c2.zip |
barebox: fix 2012.03 typo
Thanks to Eric BĂ©nard for noticing.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/barebox/Config.in')
-rw-r--r-- | boot/barebox/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index 5cc7dca1b..4048d97dc 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -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 |