diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-22 23:09:41 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-22 23:09:41 +0000 |
commit | 6f39a7c62eb0f70ce414b50f6dbb9f20959ece28 (patch) | |
tree | a8df775ea287680e40c2586f1d2d6447cd0bd2f8 /target/device/Atmel/arch-arm/u-boot | |
parent | c7f715639cee75a918636c4b532c4d32dbc80a1e (diff) | |
download | buildroot-novena-6f39a7c62eb0f70ce414b50f6dbb9f20959ece28.tar.gz buildroot-novena-6f39a7c62eb0f70ce414b50f6dbb9f20959ece28.zip |
Update AT91 u-boot patches to 2009.01
Diffstat (limited to 'target/device/Atmel/arch-arm/u-boot')
-rw-r--r-- | target/device/Atmel/arch-arm/u-boot/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/device/Atmel/arch-arm/u-boot/Config.in b/target/device/Atmel/arch-arm/u-boot/Config.in index f9915b17d..16f900d9f 100644 --- a/target/device/Atmel/arch-arm/u-boot/Config.in +++ b/target/device/Atmel/arch-arm/u-boot/Config.in @@ -1,20 +1,20 @@ choice prompt "Add AT91 specific patches to u-Boot" - default BR2_TARGET_U_BOOT_2009_01_RC3_ARCH_AT91 + default BR2_TARGET_U_BOOT_2009_01_ARCH_AT91 help Select a patch to add to U-Boot -config BR2_TARGET_U_BOOT_2009_01_RC3_ARCH_AT91 - bool "AT91 patches for u-boot-2009.03-rc3" +config BR2_TARGET_U_BOOT_2009_01_ARCH_AT91 + bool "AT91 patches for u-boot-2009.01" depends on BR2_TARGET_ATMEL && BR2_arm help - Apply the at91 linux-2.6.28-rc6 patches + Apply the at91 u-boot-2009.01 patches endchoice config BR2_TARGET_U_BOOT_ARCH_AT91_PATCH_DIR string depends on BR2_TARGET_U_BOOT_ARCH_PATCH - default "target/device/Atmel/arch-arm/u-boot/2009.01-rc3" if BR2_TARGET_U_BOOT_2009_01_RC3_ARCH_AT91 + default "target/device/Atmel/arch-arm/u-boot/2009.01" if BR2_TARGET_U_BOOT_2009_01_ARCH_AT91 default "" |