Title: [7822] branches/2007R1/arch/blackfin/Makefile: the 2007R1 toolchain didnt support silicon revision, just cpu target
Revision
7822
Author
vapier
Date
2009-11-16 18:03:59 -0500 (Mon, 16 Nov 2009)

Log Message

the 2007R1 toolchain didnt support silicon revision, just cpu target

Modified Paths


Diff

Modified: branches/2007R1/arch/blackfin/Makefile (7821 => 7822)


--- branches/2007R1/arch/blackfin/Makefile	2009-11-16 18:53:54 UTC (rev 7821)
+++ branches/2007R1/arch/blackfin/Makefile	2009-11-16 23:03:59 UTC (rev 7822)
@@ -36,18 +36,8 @@
 cpu-$(CONFIG_BF537) := bf537
 cpu-$(CONFIG_BF561) := bf561
 
-rev-$(CONFIG_BF_REV_0_0)  := 0.0
-rev-$(CONFIG_BF_REV_0_1)  := 0.1
-rev-$(CONFIG_BF_REV_0_2)  := 0.2
-rev-$(CONFIG_BF_REV_0_3)  := 0.3
-rev-$(CONFIG_BF_REV_0_4)  := 0.4
-rev-$(CONFIG_BF_REV_0_5)  := 0.5
-rev-$(CONFIG_BF_REV_0_6)  := 0.6
-rev-$(CONFIG_BF_REV_NONE) := none
-rev-$(CONFIG_BF_REV_ANY)  := any
+CFLAGS += -mcpu=$(cpu-y)
 
-CFLAGS += -mcpu=$(cpu-y)-$(rev-y)
-
 head-y   := arch/$(ARCH)/mach-$(MACHINE)/head.o arch/$(ARCH)/kernel/init_task.o
 
 core-y   += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ arch/$(ARCH)/mach-common/
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to