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:
86dfdae
)
arm: mvebu: Drop reference to CONFIG_ARMADA_39X
author
Simon Glass
<sjg@chromium.org>
Wed, 1 Feb 2023 20:19:21 +0000
(13:19 -0700)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 Feb 2023 19:33:47 +0000
(14:33 -0500)
This is not defined anywhere. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/mach-mvebu/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mvebu/Makefile
b/arch/arm/mach-mvebu/Makefile
index
28d3e5e
..
a9f506c
100644
(file)
--- a/
arch/arm/mach-mvebu/Makefile
+++ b/
arch/arm/mach-mvebu/Makefile
@@
-38,7
+38,7
@@
extra-y += kwbimage.cfg
ifneq ($(CONFIG_ARMADA_XP),)
KWB_REPLACE += CPU
KWB_CFG_CPU = SHEEVA
-else ifneq ($(CONFIG_ARMADA_375)$(CONFIG_ARMADA_38X)
$(CONFIG_ARMADA_39X)
,)
+else ifneq ($(CONFIG_ARMADA_375)$(CONFIG_ARMADA_38X),)
KWB_REPLACE += CPU
KWB_CFG_CPU = A9
endif