summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-22 10:11:09 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-22 10:11:09 +0000
commit5f1fb36aa32b4f90b820badaa56282314fd07e83 (patch)
treeab698c8fa531e5fb1d92a44b21830610a2eba142
parent79cdd94154ff367a3f9cd9320b6811a4b127289e (diff)
u-boot: add 2009.01, remove -rc3
-rw-r--r--target/u-boot/2009.01/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32 (renamed from target/u-boot/2009.01-rc3/u-boot-2009.01-rc3-include_asm-avr32_io.h.patch.avr32)0
-rw-r--r--target/u-boot/Config.in8
2 files changed, 2 insertions, 6 deletions
diff --git a/target/u-boot/2009.01-rc3/u-boot-2009.01-rc3-include_asm-avr32_io.h.patch.avr32 b/target/u-boot/2009.01/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32
index 07cddb000..07cddb000 100644
--- a/target/u-boot/2009.01-rc3/u-boot-2009.01-rc3-include_asm-avr32_io.h.patch.avr32
+++ b/target/u-boot/2009.01/u-boot-2009.01-include_asm-avr32_io.h.patch.avr32
diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in
index 55c20be03..ff57a43bd 100644
--- a/target/u-boot/Config.in
+++ b/target/u-boot/Config.in
@@ -17,11 +17,8 @@ choice
help
Select the specific U-Boot version you want to use
-#config BR2_TARGET_UBOOT_2009_01
-# bool "u-boot-2009.01"
-
-config BR2_TARGET_UBOOT_2009_01_RC3
- bool "u-boot-2009.01-rc3"
+config BR2_TARGET_UBOOT_2009_01
+ bool "u-boot-2009.01"
config BR2_TARGET_UBOOT_2008_10
bool "u-boot-2008.10"
@@ -39,7 +36,6 @@ endchoice
config BR2_UBOOT_VERSION
string
default "2009.01" if BR2_TARGET_UBOOT_2009_01
- default "2009.01-rc3" if BR2_TARGET_UBOOT_2009_01_RC3
default "2008.10" if BR2_TARGET_UBOOT_2008_10
default "1.3.4" if BR2_TARGET_UBOOT_1_3_4
default "1.2.0-atmel" if BR2_TARGET_UBOOT_1_2_0_ATMEL