mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
arm: mvebu: Drop reference to CONFIG_ARMADA_39X
This is not defined anywhere. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
@@ -38,7 +38,7 @@ extra-y += kwbimage.cfg
|
||||
ifneq ($(CONFIG_ARMADA_XP),)
|
||||
KWB_REPLACE += CPU
|
||||
KWB_CFG_CPU = SHEEVA
|
||||
else ifneq ($(CONFIG_ARMADA_375)$(CONFIG_ARMADA_38X)$(CONFIG_ARMADA_39X),)
|
||||
else ifneq ($(CONFIG_ARMADA_375)$(CONFIG_ARMADA_38X),)
|
||||
KWB_REPLACE += CPU
|
||||
KWB_CFG_CPU = A9
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user