From 5f56b80dbcb9702526e31f42c4987593f42f7c82 Mon Sep 17 00:00:00 2001 From: Phil Blundell <philb@gnu.org> Date: Thu, 2 Sep 2004 15:43:37 +0000 Subject: make strongarm pattern more permissive to fix problems on collie BKrev: 41373fa9Z9CZZZKf7eZ1BxckCnrbPw --- pcmcia-cs/files/arm/pcmcia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcmcia-cs/files') diff --git a/pcmcia-cs/files/arm/pcmcia b/pcmcia-cs/files/arm/pcmcia index 469aa9b4aa..95fdeb3667 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-1100* | StrongARM-1110*) + *StrongARM-1100* | *StrongARM-1110*) PCIC=sa1100_cs ;; *) -- cgit v1.2.3