]> git.baikalelectronics.ru Git - arm-tf.git/commit
plat: marvell: armada: Building ${DOIMAGETOOL} is only for a8k
authorPali Rohár <pali@kernel.org>
Wed, 21 Oct 2020 09:50:40 +0000 (11:50 +0200)
committerPali Rohár <pali@kernel.org>
Wed, 21 Oct 2020 10:05:25 +0000 (12:05 +0200)
commitb5e3d54017b3f48033960d392aa98ba053adfd97
treeb2142027c96fdf87688850b6057962fe59185d3d
parent0412b7323db50da35beaaa56158993be8f056910
plat: marvell: armada: Building ${DOIMAGETOOL} is only for a8k

Currently a3k target is misusing ${DOIMAGETOOL} target for building flash
and UART images. It is not used for building image tool.

So move ${DOIMAGETOOL} target from common marvell include file into a8k
include file and add correct invocation of ${MAKE} into a3k for building
flash and UART images.

Part of this change is also checks that MV_DDR_PATH for a3k was specified
by user as this option is required for building a3k flash and UART images.

Signed-off-by: Pali Rohár <pali@kernel.org>
Change-Id: I5ae9d08b8505460933f17836c9b6435fd6e51bb6
plat/marvell/armada/a3k/common/a3700_common.mk
plat/marvell/armada/a8k/common/a8k_common.mk
plat/marvell/marvell.mk