summaryrefslogtreecommitdiff
path: root/arch/m68k/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-07-12 12:42:13 -0400
committerTom Rini <trini@konsulko.com>2021-07-18 21:03:57 -0400
commita732f621bc3d05e829006281e7b421b0af3d9b94 (patch)
treed461954deadeacabd4488d122213f09eb4ac169d /arch/m68k/Makefile
parent5e770daa3cb6c0edb71dca2ab57a8c31f8d2b365 (diff)
m68k: Remove M54451EVB board
This board has not been converted to CONFIG_DM_MMC by the deadline. Remove it. As this is also the last in family remove the related support as well. Cc: Angelo Durgehello <angelo.dureghello@timesys.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/m68k/Makefile')
-rw-r--r--arch/m68k/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile
index 86b36e1a40..63f18109a5 100644
--- a/arch/m68k/Makefile
+++ b/arch/m68k/Makefile
@@ -18,13 +18,11 @@ cpuflags-$(CONFIG_M5307) := -mcpu=5307
cpuflags-$(CONFIG_MCF5301x) := -mcpu=53015 -fPIC
cpuflags-$(CONFIG_MCF532x) := -mcpu=5329 -fPIC
cpuflags-$(CONFIG_MCF5441x) := -mcpu=54418 -fPIC
-cpuflags-$(CONFIG_MCF5445x) := -mcpu=54455 -fPIC
PLATFORM_CPPFLAGS += $(cpuflags-y)
ldflags-$(CONFIG_MCF5441x) := --got=single
-ldflags-$(CONFIG_MCF5445x) := --got=single
ifneq (,$(findstring -linux-,$(shell $(CC) --version)))
ifneq (,$(findstring GOT,$(shell $(LD) --help)))