From 0c5f68a4d31c1c437fbc920c2ecdad03301fb5da Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 2 Jan 2012 17:00:34 +0100 Subject: u-boot: remove 2010.x versions, deprecate 2011.03 / 2011.06 Signed-off-by: Peter Korsgaard --- boot/uboot/Config.in | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'boot/uboot') 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 -- cgit v1.2.3