diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2009-02-04 16:49:45 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-02-04 16:49:45 +0800 |
commit | 2f89c0632f6e27cc3e5eb66605490ddf67ef4953 (patch) | |
tree | 15a6cd1b4dcb31914433c348f647eb47fb92dd25 /arch/blackfin/Makefile | |
parent | d3522648676d4c8869e5539bca081820e69e24a4 (diff) | |
download | op-kernel-dev-2f89c0632f6e27cc3e5eb66605490ddf67ef4953.zip op-kernel-dev-2f89c0632f6e27cc3e5eb66605490ddf67ef4953.tar.gz |
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 e550c8d..8dd003b 100644 --- a/arch/blackfin/Makefile +++ b/arch/blackfin/Makefile @@ -40,10 +40,15 @@ machine-$(CONFIG_BF537) := bf537 machine-$(CONFIG_BF538) := bf538 machine-$(CONFIG_BF539) := bf538 machine-$(CONFIG_BF542) := bf548 +machine-$(CONFIG_BF542M) := bf548 machine-$(CONFIG_BF544) := bf548 +machine-$(CONFIG_BF544M) := bf548 machine-$(CONFIG_BF547) := bf548 +machine-$(CONFIG_BF547M) := bf548 machine-$(CONFIG_BF548) := bf548 +machine-$(CONFIG_BF548M) := bf548 machine-$(CONFIG_BF549) := bf548 +machine-$(CONFIG_BF549M) := bf548 machine-$(CONFIG_BF561) := bf561 MACHINE := $(machine-y) export MACHINE @@ -67,10 +72,15 @@ cpu-$(CONFIG_BF537) := bf537 cpu-$(CONFIG_BF538) := bf538 cpu-$(CONFIG_BF539) := bf539 cpu-$(CONFIG_BF542) := bf542 +cpu-$(CONFIG_BF542M) := bf542m cpu-$(CONFIG_BF544) := bf544 +cpu-$(CONFIG_BF544M) := bf544m cpu-$(CONFIG_BF547) := bf547 +cpu-$(CONFIG_BF547M) := bf547m cpu-$(CONFIG_BF548) := bf548 +cpu-$(CONFIG_BF548M) := bf548m cpu-$(CONFIG_BF549) := bf549 +cpu-$(CONFIG_BF549M) := bf549m cpu-$(CONFIG_BF561) := bf561 rev-$(CONFIG_BF_REV_0_0) := 0.0 |