]> git.baikalelectronics.ru Git - arm-tf.git/commit
plat: marvell: armada: Fix including plat/marvell/marvell.mk file
authorPali Rohár <pali@kernel.org>
Mon, 19 Oct 2020 15:10:11 +0000 (17:10 +0200)
committerPali Rohár <pali@kernel.org>
Mon, 19 Oct 2020 15:10:11 +0000 (17:10 +0200)
commit0412b7323db50da35beaaa56158993be8f056910
tree78cc975d4fc7a9690ecde6bc4ea814911d2ef6b6
parentc5e1b061ced441c85bd286769d963a1fca05c4da
plat: marvell: armada: Fix including plat/marvell/marvell.mk file

Include file plat/marvell/marvell.mk for platform A3700 was included two
times. Once from file plat/marvell/armada/a3k/common/a3700_common.mk and
second time from common file plat/marvell/armada/common/marvell_common.mk.

It caused following warning every time was make called:

    plat/marvell/marvell.mk:51: warning: overriding recipe for target 'mrvl_clean'
    plat/marvell/marvell.mk:51: warning: ignoring old recipe for target 'mrvl_clean'

Change in this commit removes inclusion of plat/marvell/marvell.mk file in
common file plat/marvell/armada/common/marvell_common.mk. As a80x0 platform
needs this include file, add it also into a80x0 platform specific include
file lat/marvell/armada/a8k/common/a8k_common.mk.

Also moves inclusion of plat/marvell/marvell.mk file in a3700 platform file
plat/marvell/armada/a3k/common/a3700_common.mk at correct place. Global
plat/marvell/marvell.mk expects that variables DOIMAGEPATH and DOIMAGETOOL
are already defined, but it defines MARVELL_SECURE_BOOT variable which is
needed by plat/marvell/armada/a3k/common/a3700_common.mk.

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