mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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>
This commit is contained in:
parent
99a5152abe
commit
86dfdae2fa
1 changed files with 1 additions and 1 deletions
|
@ -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),)
|
||||
|
|
Loading…
Reference in a new issue