diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-02 17:00:34 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-02 17:00:34 +0100 |
commit | 0c5f68a4d31c1c437fbc920c2ecdad03301fb5da (patch) | |
tree | 18759dd23b7ab98bc188e8c8f736a916b0da9b4d /boot/uboot/Config.in | |
parent | 7f63d39eeb12d1d833e71ff690a638a396ed2bba (diff) | |
download | buildroot-novena-0c5f68a4d31c1c437fbc920c2ecdad03301fb5da.tar.gz buildroot-novena-0c5f68a4d31c1c437fbc920c2ecdad03301fb5da.zip |
u-boot: remove 2010.x versions, deprecate 2011.03 / 2011.06
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/uboot/Config.in')
-rw-r--r-- | boot/uboot/Config.in | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 281a90912..c8db9fb01 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -24,18 +24,11 @@ config BR2_TARGET_UBOOT_2011_09 config BR2_TARGET_UBOOT_2011_06 bool "2011.06" + depends on BR2_DEPRECATED config BR2_TARGET_UBOOT_2011_03 bool "2011.03" - -config BR2_TARGET_UBOOT_2010_12 - bool "2010.12" - -config BR2_TARGET_UBOOT_2010_09 - bool "2010.09" - -config BR2_TARGET_UBOOT_2010_06 - bool "2010.06" + depends on BR2_DEPRECATED config BR2_TARGET_UBOOT_CUSTOM_TARBALL bool "Custom tarball" @@ -58,9 +51,6 @@ config BR2_TARGET_UBOOT_VERSION 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 - default "2010.09" if BR2_TARGET_UBOOT_2010_09 - default "2010.06" if BR2_TARGET_UBOOT_2010_06 default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL default $BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION if BR2_TARGET_UBOOT_CUSTOM_GIT |