]> git.sur5r.net Git - u-boot/blobdiff - arch/m68k/cpu/mcf532x/config.mk
ARM:AM33XX: Replace CONFIG_AM335X with CONFIG_AM33XX
[u-boot] / arch / m68k / cpu / mcf532x / config.mk
index b783444ae83abe4c863c58fea1d6091f5b0b8a32..cd6466a73ba5a52b89fd4d4604aed459d91638b0 100644 (file)
@@ -29,15 +29,9 @@ cfg=$(shell grep configs $(OBJTREE)/include/config.h | sed 's/.*<\(configs.*\)>/
 is5301x:=$(shell grep CONFIG_MCF5301x $(TOPDIR)/include/$(cfg))
 is532x:=$(shell grep CONFIG_MCF532x $(TOPDIR)/include/$(cfg))
 
-ifneq ($(findstring 4.1,$(shell $(CC) --version)),4.1)
-
 ifneq (,$(findstring CONFIG_MCF5301x,$(is5301x)))
 PLATFORM_CPPFLAGS += -mcpu=53015 -fPIC
 endif
 ifneq (,$(findstring CONFIG_MCF532x,$(is532x)))
 PLATFORM_CPPFLAGS += -mcpu=5329 -fPIC
 endif
-
-else
-PLATFORM_CPPFLAGS += -m5307 -fPIC
-endif