summaryrefslogtreecommitdiffstats
path: root/arch/m68k/cpu/mcf52x2/config.mk
diff options
context:
space:
mode:
authorJason Jin <Jason.jin@freescale.com>2011-08-18 14:41:14 +0800
committerjason <jason@jason-ThinkPad-T61.(none)>2011-09-04 22:46:55 +0800
commit45263ec4c06fd8f1201df0bc7a8ab37a639a41f3 (patch)
tree4c5b0a87e38bc043a1dcc176340e12326b2e57c5 /arch/m68k/cpu/mcf52x2/config.mk
parentb823c8cda03c85ebfbe40ecc37e1fe698166979d (diff)
downloadblackbird-obmc-uboot-45263ec4c06fd8f1201df0bc7a8ab37a639a41f3.tar.gz
blackbird-obmc-uboot-45263ec4c06fd8f1201df0bc7a8ab37a639a41f3.zip
ColdFire: Update compile flags for each CPUs
Remove compiler version check for gcc 4.1 in config.mk. Signed-off-by: TsiChung Liew <tsicliew@gmail.com> Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Diffstat (limited to 'arch/m68k/cpu/mcf52x2/config.mk')
-rw-r--r--arch/m68k/cpu/mcf52x2/config.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/m68k/cpu/mcf52x2/config.mk b/arch/m68k/cpu/mcf52x2/config.mk
index 52751be3e4..22a8462fc6 100644
--- a/arch/m68k/cpu/mcf52x2/config.mk
+++ b/arch/m68k/cpu/mcf52x2/config.mk
@@ -34,9 +34,6 @@ is5272:=$(shell grep CONFIG_M5272 $(TOPDIR)/include/$(cfg))
is5275:=$(shell grep CONFIG_M5275 $(TOPDIR)/include/$(cfg))
is5282:=$(shell grep CONFIG_M5282 $(TOPDIR)/include/$(cfg))
-
-ifneq ($(findstring 4.1,$(shell $(CC) --version)),4.1)
-
ifneq (,$(findstring CONFIG_M5208,$(is5208)))
PLATFORM_CPPFLAGS += -mcpu=5208
endif
@@ -58,7 +55,3 @@ endif
ifneq (,$(findstring CONFIG_M5282,$(is5282)))
PLATFORM_CPPFLAGS += -mcpu=5282
endif
-
-else
-PLATFORM_CPPFLAGS += -m5307
-endif
OpenPOWER on IntegriCloud