From f0c8b245317404018fbf7ec8b5de5da436d539b7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 15 Nov 2007 21:10:21 +0800 Subject: [PATCH] --- yaml --- r: 74105 b: refs/heads/master c: 7c7fd170172fef30e58fc37140471384906b75e0 h: refs/heads/master i: 74103: 2cf163775f578f8774f594ba51764d01c697323e v: v3 --- [refs] | 2 +- trunk/arch/blackfin/Kconfig | 7 ++++++- trunk/arch/blackfin/Makefile | 2 ++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c5a6f4b83dcb..a5a655c788b5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 839e01c2bfba34f97ec36d0d355801e94254ffd5 +refs/heads/master: 7c7fd170172fef30e58fc37140471384906b75e0 diff --git a/trunk/arch/blackfin/Kconfig b/trunk/arch/blackfin/Kconfig index b9043ee52804..7b03f9241d66 100644 --- a/trunk/arch/blackfin/Kconfig +++ b/trunk/arch/blackfin/Kconfig @@ -136,6 +136,11 @@ config BF544 help BF544 Processor Support. +config BF547 + bool "BF547" + help + BF547 Processor Support. + config BF548 bool "BF548" help @@ -204,7 +209,7 @@ config BF53x config BF54x bool - depends on (BF542 || BF544 || BF548 || BF549) + depends on (BF542 || BF544 || BF547 || BF548 || BF549) default y config BFIN_DUAL_CORE diff --git a/trunk/arch/blackfin/Makefile b/trunk/arch/blackfin/Makefile index f7cac7c51e7e..c47e000f8324 100644 --- a/trunk/arch/blackfin/Makefile +++ b/trunk/arch/blackfin/Makefile @@ -31,6 +31,7 @@ machine-$(CONFIG_BF536) := bf537 machine-$(CONFIG_BF537) := bf537 machine-$(CONFIG_BF542) := bf548 machine-$(CONFIG_BF544) := bf548 +machine-$(CONFIG_BF547) := bf548 machine-$(CONFIG_BF548) := bf548 machine-$(CONFIG_BF549) := bf548 machine-$(CONFIG_BF561) := bf561 @@ -48,6 +49,7 @@ cpu-$(CONFIG_BF536) := bf536 cpu-$(CONFIG_BF537) := bf537 cpu-$(CONFIG_BF542) := bf542 cpu-$(CONFIG_BF544) := bf544 +cpu-$(CONFIG_BF547) := bf547 cpu-$(CONFIG_BF548) := bf548 cpu-$(CONFIG_BF549) := bf549 cpu-$(CONFIG_BF561) := bf561