summaryrefslogtreecommitdiff
path: root/pcmcia-cs/files
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-30 13:38:10 +0000
committerPhil Blundell <philb@gnu.org>2004-08-30 13:38:10 +0000
commit51cdea2c008939a7b61f9c77ebe840bbe02d5350 (patch)
tree6c509b90e298733ef3f903b70cee6b02db1cf6b9 /pcmcia-cs/files
parentdc0142eab2979dcaa9da52335e3f42fa90b34b44 (diff)
try to fix /proc/cpuinfo patterns for strongarm
BKrev: 41332dc220IhLaYgN1HL8jCgN2JZUw
Diffstat (limited to 'pcmcia-cs/files')
-rw-r--r--pcmcia-cs/files/arm/pcmcia2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcmcia-cs/files/arm/pcmcia b/pcmcia-cs/files/arm/pcmcia
index 9bb1f49a16..469aa9b4aa 100644
--- a/pcmcia-cs/files/arm/pcmcia
+++ b/pcmcia-cs/files/arm/pcmcia
@@ -2,7 +2,7 @@ case `awk 'BEGIN { FS=":" } /Processor/ { gsub(/ /, "", $2) ; print $2 } ' </pro
*XScale-PXA2*)
PCIC=pxa_cs
;;
- StrongARM-SA1100 | StrongARM-SA1110)
+ StrongARM-1100* | StrongARM-1110*)
PCIC=sa1100_cs
;;
*)