Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] u-boot: remove 2010.x versions, deprecate 2011.03 / 2011.06
@ 2012-01-02 16:00 Peter Korsgaard
  2012-01-02 16:09 ` Alexandre Belloni
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2012-01-02 16:00 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=0c5f68a4d31c1c437fbc920c2ecdad03301fb5da
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 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 281a909..c8db9fb 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
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-02 18:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 16:00 [Buildroot] [git commit] u-boot: remove 2010.x versions, deprecate 2011.03 / 2011.06 Peter Korsgaard
2012-01-02 16:09 ` Alexandre Belloni
2012-01-02 18:54   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox