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
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"