summaryrefslogtreecommitdiff
path: root/arch/m68k
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-01 23:19:41 +0300
committerTom Rini <trini@konsulko.com>2023-02-07 22:33:48 +0300
commit7931dfc5235d71e5a5c7d66509f0b2539664c8fa (patch)
tree0efec137fe8a44b12669fdd77a36fecb87639729 /arch/m68k
parent721938e92fc25d64df54b1e71bb28fac5af5c16a (diff)
downloadu-boot-7931dfc5235d71e5a5c7d66509f0b2539664c8fa.tar.xz
m68k: Drop unused CONFIG_M52277
This option does not exist, so the Makefile rule does nothing. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile
index 63f18109a5..4a7960bbeb 100644
--- a/arch/m68k/Makefile
+++ b/arch/m68k/Makefile
@@ -7,7 +7,6 @@ libs-y += arch/m68k/lib/
cpuflags-$(CONFIG_M5208) := -mcpu=5208
cpuflags-$(CONFIG_M5235) := -mcpu=5235 -fPIC
-cpuflags-$(CONFIG_M52277) := -mcpu=52277 -fPIC
cpuflags-$(CONFIG_M5249) := -mcpu=5249
cpuflags-$(CONFIG_M5253) := -mcpu=5253
cpuflags-$(CONFIG_M5271) := -mcpu=5271