mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-14 07:13:28 +08: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
@ -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 New Issue
Block a user