diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-02-04 03:49:45 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-02-04 03:49:45 -0500 |
commit | 2f89c0632f6e27cc3e5eb66605490ddf67ef4953 (patch) | |
tree | 15a6cd1b4dcb31914433c348f647eb47fb92dd25 /arch/blackfin/Makefile | |
parent | d3522648676d4c8869e5539bca081820e69e24a4 (diff) |
Blackfin arch: add support for mobile ddr bf54x parts
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Makefile')
-rw-r--r-- | arch/blackfin/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile index e550c8d46066..8dd003b1aa8e 100644 --- a/arch/blackfin/Makefile +++ b/arch/blackfin/Makefile | |||
@@ -40,10 +40,15 @@ machine-$(CONFIG_BF537) := bf537 | |||
40 | machine-$(CONFIG_BF538) := bf538 | 40 | machine-$(CONFIG_BF538) := bf538 |
41 | machine-$(CONFIG_BF539) := bf538 | 41 | machine-$(CONFIG_BF539) := bf538 |
42 | machine-$(CONFIG_BF542) := bf548 | 42 | machine-$(CONFIG_BF542) := bf548 |
43 | machine-$(CONFIG_BF542M) := bf548 | ||
43 | machine-$(CONFIG_BF544) := bf548 | 44 | machine-$(CONFIG_BF544) := bf548 |
45 | machine-$(CONFIG_BF544M) := bf548 | ||
44 | machine-$(CONFIG_BF547) := bf548 | 46 | machine-$(CONFIG_BF547) := bf548 |
47 | machine-$(CONFIG_BF547M) := bf548 | ||
45 | machine-$(CONFIG_BF548) := bf548 | 48 | machine-$(CONFIG_BF548) := bf548 |
49 | machine-$(CONFIG_BF548M) := bf548 | ||
46 | machine-$(CONFIG_BF549) := bf548 | 50 | machine-$(CONFIG_BF549) := bf548 |
51 | machine-$(CONFIG_BF549M) := bf548 | ||
47 | machine-$(CONFIG_BF561) := bf561 | 52 | machine-$(CONFIG_BF561) := bf561 |
48 | MACHINE := $(machine-y) | 53 | MACHINE := $(machine-y) |
49 | export MACHINE | 54 | export MACHINE |
@@ -67,10 +72,15 @@ cpu-$(CONFIG_BF537) := bf537 | |||
67 | cpu-$(CONFIG_BF538) := bf538 | 72 | cpu-$(CONFIG_BF538) := bf538 |
68 | cpu-$(CONFIG_BF539) := bf539 | 73 | cpu-$(CONFIG_BF539) := bf539 |
69 | cpu-$(CONFIG_BF542) := bf542 | 74 | cpu-$(CONFIG_BF542) := bf542 |
75 | cpu-$(CONFIG_BF542M) := bf542m | ||
70 | cpu-$(CONFIG_BF544) := bf544 | 76 | cpu-$(CONFIG_BF544) := bf544 |
77 | cpu-$(CONFIG_BF544M) := bf544m | ||
71 | cpu-$(CONFIG_BF547) := bf547 | 78 | cpu-$(CONFIG_BF547) := bf547 |
79 | cpu-$(CONFIG_BF547M) := bf547m | ||
72 | cpu-$(CONFIG_BF548) := bf548 | 80 | cpu-$(CONFIG_BF548) := bf548 |
81 | cpu-$(CONFIG_BF548M) := bf548m | ||
73 | cpu-$(CONFIG_BF549) := bf549 | 82 | cpu-$(CONFIG_BF549) := bf549 |
83 | cpu-$(CONFIG_BF549M) := bf549m | ||
74 | cpu-$(CONFIG_BF561) := bf561 | 84 | cpu-$(CONFIG_BF561) := bf561 |
75 | 85 | ||
76 | rev-$(CONFIG_BF_REV_0_0) := 0.0 | 86 | rev-$(CONFIG_BF_REV_0_0) := 0.0 |