projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
721938e
)
m68k: Drop unused CONFIG_M52277
author
Simon Glass
<sjg@chromium.org>
Wed, 1 Feb 2023 20:19:41 +0000
(13:19 -0700)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 Feb 2023 19:33:48 +0000
(14:33 -0500)
This option does not exist, so the Makefile rule does nothing. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/m68k/Makefile
patch
|
blob
|
history
diff --git
a/arch/m68k/Makefile
b/arch/m68k/Makefile
index 63f18109a577db4194a9cd5fee603fdd706553ec..4a7960bbeb44cb727b1ede02ffdd2dadefad3a79 100644
(file)
--- 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