summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/arch-arm/u-boot/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-19 22:42:03 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-19 22:42:03 +0000
commit5a4676144660f6e92bbe5e0de6b38094df155021 (patch)
tree064a71e50fa34e6a26c44b5597b3c4e1fc45556a /target/device/Atmel/arch-arm/u-boot/Config.in
parentb71c76a10a21320a9401cc4246079e9f4f47fae1 (diff)
downloadbuildroot-novena-5a4676144660f6e92bbe5e0de6b38094df155021.tar.gz
buildroot-novena-5a4676144660f6e92bbe5e0de6b38094df155021.zip
Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 patches if using an at91
Diffstat (limited to 'target/device/Atmel/arch-arm/u-boot/Config.in')
-rw-r--r--target/device/Atmel/arch-arm/u-boot/Config.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/target/device/Atmel/arch-arm/u-boot/Config.in b/target/device/Atmel/arch-arm/u-boot/Config.in
new file mode 100644
index 000000000..f9915b17d
--- /dev/null
+++ b/target/device/Atmel/arch-arm/u-boot/Config.in
@@ -0,0 +1,20 @@
+choice
+ prompt "Add AT91 specific patches to u-Boot"
+ default BR2_TARGET_U_BOOT_2009_01_RC3_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"
+ depends on BR2_TARGET_ATMEL && BR2_arm
+ help
+ Apply the at91 linux-2.6.28-rc6 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 ""
+