summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-29 22:45:55 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2009-01-29 22:45:55 +0000
commit6031f96b507c87b9f584af18e9dfe3178dd420b3 (patch)
tree9815b8016b426e8120203c344e61ae19f9d02d48
parent9aa7366856649e7a7350b188b2510c2f3271ec79 (diff)
downloadbuildroot-novena-6031f96b507c87b9f584af18e9dfe3178dd420b3.tar.gz
buildroot-novena-6031f96b507c87b9f584af18e9dfe3178dd420b3.zip
2.6.23 is not patchable for at91, cleanup some comments
-rw-r--r--target/device/Atmel/arch-arm/Config.in.linux.patches17
1 files changed, 4 insertions, 13 deletions
diff --git a/target/device/Atmel/arch-arm/Config.in.linux.patches b/target/device/Atmel/arch-arm/Config.in.linux.patches
index adf0fc623..ada5ddeb2 100644
--- a/target/device/Atmel/arch-arm/Config.in.linux.patches
+++ b/target/device/Atmel/arch-arm/Config.in.linux.patches
@@ -7,7 +7,6 @@ choice
default BR2_ARCH_AT91_2_6_26 if BR2_LINUX_2_6_26
default BR2_ARCH_AT91_2_6_25 if BR2_LINUX_2_6_25
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_28
help
@@ -27,31 +26,24 @@ 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
+ Will apply on latest 2.6.26
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
+ Will apply on latest 2.6.25
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
-
+ Will apply on latest 2.6.24
config BR2_ARCH_AT91_2_6_22
bool "2.6.22"
help
Apply the at91 linux-2.6.22 patches
- Will apply on latest 2.6.2
+ Will apply on latest 2.6.22
endchoice
@@ -64,7 +56,6 @@ config BR2_KERNEL_ARCH_PATCH_VERSION
default "2.6.26" if BR2_ARCH_AT91_2_6_26
default "2.6.25" if BR2_ARCH_AT91_2_6_25
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
config BR2_KERNEL_ARCH_PATCH_DIR