From: Simon Glass Date: Wed, 1 Feb 2023 20:19:20 +0000 (-0700) Subject: arm: mvebu: Remove reference to ARMADA_370 X-Git-Tag: v2025.01-rc5-pxa1908~1117^2~63 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=86dfdae2fa1e3f819ae86d9fe70e00fc47873820;p=u-boot.git arm: mvebu: Remove reference to ARMADA_370 Drop this as it is not referenced anywhere else in the code. Signed-off-by: Simon Glass --- diff --git a/arch/arm/mach-mvebu/Makefile b/arch/arm/mach-mvebu/Makefile index a23511b113..28d3e5e105 100644 --- 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),)