diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 22:40:27 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-29 22:40:27 +0000 |
commit | 9aa7366856649e7a7350b188b2510c2f3271ec79 (patch) | |
tree | cc3be6a99c1dffa600da2073827ef12b6bdc81a7 /target/device/Atmel/arch-arm/Config.in.linux.patches | |
parent | 8a97c4ea197818d511aa021663bf0f162b6206e9 (diff) |
Delete AT91 patches before 2.6.22
Diffstat (limited to 'target/device/Atmel/arch-arm/Config.in.linux.patches')
-rw-r--r-- | target/device/Atmel/arch-arm/Config.in.linux.patches | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/target/device/Atmel/arch-arm/Config.in.linux.patches b/target/device/Atmel/arch-arm/Config.in.linux.patches index 4ea1157cd..adf0fc623 100644 --- a/target/device/Atmel/arch-arm/Config.in.linux.patches +++ b/target/device/Atmel/arch-arm/Config.in.linux.patches @@ -9,8 +9,6 @@ choice default BR2_ARCH_AT91_2_6_24 if BR2_LINUX_2_6_24 default BR2_ARCH_AT91_2_6_23 if BR2_LINUX_2_6_23 default BR2_ARCH_AT91_2_6_22 if BR2_LINUX_2_6_22 - default BR2_ARCH_AT91_2_6_21 if BR2_LINUX_2_6_21 - default BR2_ARCH_AT91_2_6_20 if BR2_LINUX_2_6_20 default BR2_ARCH_AT91_2_6_28 help Select a patch to add to the Linux kernel @@ -29,36 +27,31 @@ config BR2_ARCH_AT91_2_6_26 bool "2.6.26" help Apply the at91 linux-2.6.26 patches + Will apply on latest 2.6.2 config BR2_ARCH_AT91_2_6_25 bool "2.6.25" help Apply the at91 linux-2.6.25 patches + Will apply on latest 2.6.2 config BR2_ARCH_AT91_2_6_24 bool "2.6.24" help Apply the at91 linux-2.6.24 patches + Will apply on latest 2.6.2 config BR2_ARCH_AT91_2_6_23 bool "2.6.23" help Apply the at91 linux-2.6.23 patches + Will apply on latest 2.6.2 config BR2_ARCH_AT91_2_6_22 bool "2.6.22" help Apply the at91 linux-2.6.22 patches - -config BR2_ARCH_AT91_2_6_21 - bool "2.6.21" - help - Apply the at91 linux-2.6.21 patches - -config BR2_ARCH_AT91_2_6_20 - bool "2.6.20" - help - Apply the at91 linux-2.6.20 patches + Will apply on latest 2.6.2 endchoice @@ -73,8 +66,6 @@ config BR2_KERNEL_ARCH_PATCH_VERSION default "2.6.24" if BR2_ARCH_AT91_2_6_24 default "2.6.24" if BR2_ARCH_AT91_2_6_23 default "2.6.22" if BR2_ARCH_AT91_2_6_22 - default "2.6.21" if BR2_ARCH_AT91_2_6_21 - default "2.6.20" if BR2_ARCH_AT91_2_6_20 config BR2_KERNEL_ARCH_PATCH_DIR string |