diff options
author | Simon Glass | 2023-02-01 13:19:20 -0700 |
---|---|---|
committer | Tom Rini | 2023-02-07 14:33:47 -0500 |
commit | 86dfdae2fa1e3f819ae86d9fe70e00fc47873820 (patch) | |
tree | a0118e9383e1c26debf0d7cd23dea719c62ca590 /arch | |
parent | 99a5152abe9bb78a2cfee31ea0f0a043b855ddec (diff) |
arm: mvebu: Remove reference to ARMADA_370
Drop this as it is not referenced anywhere else in the code.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-mvebu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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),) |