From: Simon Glass Date: Wed, 1 Feb 2023 20:19:20 +0000 (-0700) Subject: arm: mvebu: Remove reference to ARMADA_370 X-Git-Tag: v2023.04-rc2~16^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86dfdae2fa1e3f819ae86d9fe70e00fc47873820;p=pandora-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 a23511b113b..28d3e5e1052 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),)