aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMike Frysinger <vapier.adi@gmail.com>2009-02-04 03:49:45 -0500
committerBryan Wu <cooloney@kernel.org>2009-02-04 03:49:45 -0500
commit4c4073d49f578422537ce16f6d42ebeb4f741e6d (patch)
treea303d82ba50d7024163b40c3a11c44a3026f367d /arch
parent2f89c0632f6e27cc3e5eb66605490ddf67ef4953 (diff)
Blackfin arch: line up machine-/cpu- vars after BF54xM addition
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/blackfin/Makefile96
1 files changed, 48 insertions, 48 deletions
diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile
index 8dd003b1aa8e..d54c8283825c 100644
--- a/arch/blackfin/Makefile
+++ b/arch/blackfin/Makefile
@@ -21,67 +21,67 @@ KALLSYMS += --symbol-prefix=_
21KBUILD_DEFCONFIG := BF537-STAMP_defconfig 21KBUILD_DEFCONFIG := BF537-STAMP_defconfig
22 22
23# setup the machine name and the machine dependent settings 23# setup the machine name and the machine dependent settings
24machine-$(CONFIG_BF512) := bf518 24machine-$(CONFIG_BF512) := bf518
25machine-$(CONFIG_BF514) := bf518 25machine-$(CONFIG_BF514) := bf518
26machine-$(CONFIG_BF516) := bf518 26machine-$(CONFIG_BF516) := bf518
27machine-$(CONFIG_BF518) := bf518 27machine-$(CONFIG_BF518) := bf518
28machine-$(CONFIG_BF522) := bf527 28machine-$(CONFIG_BF522) := bf527
29machine-$(CONFIG_BF523) := bf527 29machine-$(CONFIG_BF523) := bf527
30machine-$(CONFIG_BF524) := bf527 30machine-$(CONFIG_BF524) := bf527
31machine-$(CONFIG_BF525) := bf527 31machine-$(CONFIG_BF525) := bf527
32machine-$(CONFIG_BF526) := bf527 32machine-$(CONFIG_BF526) := bf527
33machine-$(CONFIG_BF527) := bf527 33machine-$(CONFIG_BF527) := bf527
34machine-$(CONFIG_BF531) := bf533 34machine-$(CONFIG_BF531) := bf533
35machine-$(CONFIG_BF532) := bf533 35machine-$(CONFIG_BF532) := bf533
36machine-$(CONFIG_BF533) := bf533 36machine-$(CONFIG_BF533) := bf533
37machine-$(CONFIG_BF534) := bf537 37machine-$(CONFIG_BF534) := bf537
38machine-$(CONFIG_BF536) := bf537 38machine-$(CONFIG_BF536) := bf537
39machine-$(CONFIG_BF537) := bf537 39machine-$(CONFIG_BF537) := bf537
40machine-$(CONFIG_BF538) := bf538 40machine-$(CONFIG_BF538) := bf538
41machine-$(CONFIG_BF539) := bf538 41machine-$(CONFIG_BF539) := bf538
42machine-$(CONFIG_BF542) := bf548 42machine-$(CONFIG_BF542) := bf548
43machine-$(CONFIG_BF542M) := bf548 43machine-$(CONFIG_BF542M) := bf548
44machine-$(CONFIG_BF544) := bf548 44machine-$(CONFIG_BF544) := bf548
45machine-$(CONFIG_BF544M) := bf548 45machine-$(CONFIG_BF544M) := bf548
46machine-$(CONFIG_BF547) := bf548 46machine-$(CONFIG_BF547) := bf548
47machine-$(CONFIG_BF547M) := bf548 47machine-$(CONFIG_BF547M) := bf548
48machine-$(CONFIG_BF548) := bf548 48machine-$(CONFIG_BF548) := bf548
49machine-$(CONFIG_BF548M) := bf548 49machine-$(CONFIG_BF548M) := bf548
50machine-$(CONFIG_BF549) := bf548 50machine-$(CONFIG_BF549) := bf548
51machine-$(CONFIG_BF549M) := bf548 51machine-$(CONFIG_BF549M) := bf548
52machine-$(CONFIG_BF561) := bf561 52machine-$(CONFIG_BF561) := bf561
53MACHINE := $(machine-y) 53MACHINE := $(machine-y)
54export MACHINE 54export MACHINE
55 55
56cpu-$(CONFIG_BF512) := bf512 56cpu-$(CONFIG_BF512) := bf512
57cpu-$(CONFIG_BF514) := bf514 57cpu-$(CONFIG_BF514) := bf514
58cpu-$(CONFIG_BF516) := bf516 58cpu-$(CONFIG_BF516) := bf516
59cpu-$(CONFIG_BF518) := bf518 59cpu-$(CONFIG_BF518) := bf518
60cpu-$(CONFIG_BF522) := bf522 60cpu-$(CONFIG_BF522) := bf522
61cpu-$(CONFIG_BF523) := bf523 61cpu-$(CONFIG_BF523) := bf523
62cpu-$(CONFIG_BF524) := bf524 62cpu-$(CONFIG_BF524) := bf524
63cpu-$(CONFIG_BF525) := bf525 63cpu-$(CONFIG_BF525) := bf525
64cpu-$(CONFIG_BF526) := bf526 64cpu-$(CONFIG_BF526) := bf526
65cpu-$(CONFIG_BF527) := bf527 65cpu-$(CONFIG_BF527) := bf527
66cpu-$(CONFIG_BF531) := bf531 66cpu-$(CONFIG_BF531) := bf531
67cpu-$(CONFIG_BF532) := bf532 67cpu-$(CONFIG_BF532) := bf532
68cpu-$(CONFIG_BF533) := bf533 68cpu-$(CONFIG_BF533) := bf533
69cpu-$(CONFIG_BF534) := bf534 69cpu-$(CONFIG_BF534) := bf534
70cpu-$(CONFIG_BF536) := bf536 70cpu-$(CONFIG_BF536) := bf536
71cpu-$(CONFIG_BF537) := bf537 71cpu-$(CONFIG_BF537) := bf537
72cpu-$(CONFIG_BF538) := bf538 72cpu-$(CONFIG_BF538) := bf538
73cpu-$(CONFIG_BF539) := bf539 73cpu-$(CONFIG_BF539) := bf539
74cpu-$(CONFIG_BF542) := bf542 74cpu-$(CONFIG_BF542) := bf542
75cpu-$(CONFIG_BF542M) := bf542m 75cpu-$(CONFIG_BF542M) := bf542m
76cpu-$(CONFIG_BF544) := bf544 76cpu-$(CONFIG_BF544) := bf544
77cpu-$(CONFIG_BF544M) := bf544m 77cpu-$(CONFIG_BF544M) := bf544m
78cpu-$(CONFIG_BF547) := bf547 78cpu-$(CONFIG_BF547) := bf547
79cpu-$(CONFIG_BF547M) := bf547m 79cpu-$(CONFIG_BF547M) := bf547m
80cpu-$(CONFIG_BF548) := bf548 80cpu-$(CONFIG_BF548) := bf548
81cpu-$(CONFIG_BF548M) := bf548m 81cpu-$(CONFIG_BF548M) := bf548m
82cpu-$(CONFIG_BF549) := bf549 82cpu-$(CONFIG_BF549) := bf549
83cpu-$(CONFIG_BF549M) := bf549m 83cpu-$(CONFIG_BF549M) := bf549m
84cpu-$(CONFIG_BF561) := bf561 84cpu-$(CONFIG_BF561) := bf561
85 85
86rev-$(CONFIG_BF_REV_0_0) := 0.0 86rev-$(CONFIG_BF_REV_0_0) := 0.0
87rev-$(CONFIG_BF_REV_0_1) := 0.1 87rev-$(CONFIG_BF_REV_0_1) := 0.1