summaryrefslogtreecommitdiff
path: root/pcmcia-cs/files/arm/pcmcia
blob: 469aa9b4aa61e799fd9c28526626465a6306defe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
case `awk 'BEGIN { FS=":" } /Processor/ { gsub(/ /, "", $2) ; print $2 } ' </proc/cpuinfo` in
  *XScale-PXA2*)
    PCIC=pxa_cs
    ;;
  StrongARM-1100* | StrongARM-1110*)
    PCIC=sa1100_cs
    ;;
  *)
    echo "Unable to determine PCIC value for this CPU"
    exit 1
    ;;
esac