git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99a5152
)
arm: mvebu: Remove reference to ARMADA_370
author
Simon Glass
<sjg@chromium.org>
Wed, 1 Feb 2023 20:19:20 +0000
(13:19 -0700)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 Feb 2023 19:33:47 +0000
(14:33 -0500)
Drop this as it is not referenced anywhere else in the code.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-mvebu/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mvebu/Makefile
b/arch/arm/mach-mvebu/Makefile
index
a23511b
..
28d3e5e
100644
(file)
--- a/
arch/arm/mach-mvebu/Makefile
+++ b/
arch/arm/mach-mvebu/Makefile
@@
-35,7
+35,7
@@
endif
extra-y += kwbimage.cfg
-ifneq ($(CONFIG_ARMADA_
370)$(CONFIG_ARMADA_
XP),)
+ifneq ($(CONFIG_ARMADA_XP),)
KWB_REPLACE += CPU
KWB_CFG_CPU = SHEEVA
else ifneq ($(CONFIG_ARMADA_375)$(CONFIG_ARMADA_38X)$(CONFIG_ARMADA_39X),)