u-boot: add version 2011.09
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 1 Dec 2011 15:04:57 +0000 (12:04 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 1 Dec 2011 15:50:03 +0000 (16:50 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/uboot/Config.in

index 506f35405c6c2b1e4c0f75a8ba40cd0476777ddb..dd49a2c230e131af1a52a186531a623471362d28 100644 (file)
@@ -12,10 +12,13 @@ config BR2_TARGET_UBOOT_BOARDNAME
 
 choice
        prompt "U-Boot Version"
-       default BR2_TARGET_UBOOT_2011_06
+       default BR2_TARGET_UBOOT_2011_09
        help
          Select the specific U-Boot version you want to use
 
+config BR2_TARGET_UBOOT_2011_09
+       bool "2011.09"
+
 config BR2_TARGET_UBOOT_2011_06
        bool "2011.06"
 
@@ -48,6 +51,7 @@ endif
 
 config BR2_TARGET_UBOOT_VERSION
        string
+       default "2011.09"       if BR2_TARGET_UBOOT_2011_09
        default "2011.06"       if BR2_TARGET_UBOOT_2011_06
        default "2011.03"       if BR2_TARGET_UBOOT_2011_03
        default "2010.12"       if BR2_TARGET_UBOOT_2010_12