summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-03-14 18:28:02 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-06-10 21:05:12 +0200
commit4cbd9ed6131651f029fcc93deecf6e9b9ac9a6a5 (patch)
treedadd60413d2c7401bdf0d58af43d4ec293b29115 /boot
parent5ae607760618ee3c0c80f8ba4c6a11885c4f82cf (diff)
downloadbuildroot-novena-4cbd9ed6131651f029fcc93deecf6e9b9ac9a6a5.tar.gz
buildroot-novena-4cbd9ed6131651f029fcc93deecf6e9b9ac9a6a5.zip
u-boot: remove ancient versions
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/u-boot/Config.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in
index b07e67c0e..49d66c48d 100644
--- a/boot/u-boot/Config.in
+++ b/boot/u-boot/Config.in
@@ -25,26 +25,6 @@ config BR2_TARGET_UBOOT_2009_11
config BR2_TARGET_UBOOT_2009_08
bool "u-boot-2009.08"
-config BR2_TARGET_UBOOT_2009_06
- bool "u-boot-2009.06"
- depends on BR2_DEPRECATED
-
-config BR2_TARGET_UBOOT_2009_03
- bool "u-boot-2009.03"
- depends on BR2_DEPRECATED
-
-config BR2_TARGET_UBOOT_2009_01
- bool "u-boot-2009.01"
- depends on BR2_DEPRECATED
-
-config BR2_TARGET_UBOOT_2008_10
- bool "u-boot-2008.10"
- depends on BR2_DEPRECATED
-
-config BR2_TARGET_UBOOT_1_2_0_ATMEL
- bool "u-boot-1.2.0-atmel"
- depends on BR2_TARGET_AT91
-
endchoice
config BR2_UBOOT_VERSION
@@ -52,15 +32,9 @@ config BR2_UBOOT_VERSION
default "2010.03" if BR2_TARGET_UBOOT_2010_03
default "2009.11" if BR2_TARGET_UBOOT_2009_11
default "2009.08" if BR2_TARGET_UBOOT_2009_08
- default "2009.06" if BR2_TARGET_UBOOT_2009_06
- default "2009.03" if BR2_TARGET_UBOOT_2009_03
- default "2009.01" if BR2_TARGET_UBOOT_2009_01
- default "2008.10" if BR2_TARGET_UBOOT_2008_10
- default "1.2.0-atmel" if BR2_TARGET_UBOOT_1_2_0_ATMEL
config BR2_U_BOOT_SITE
string
- default "$(BR2_ATMEL_MIRROR)" if BR2_TARGET_UBOOT_1_2_0_ATMEL
default "ftp://ftp.denx.de/pub/u-boot"
source "target/device/Config.in.u-boot"