aboutsummaryrefslogtreecommitdiff
path: root/plat/marvell/a8k
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2018-10-07 17:54:20 +0300
committerKonstantin Porotchkin <kostap@marvell.com>2018-10-22 18:17:52 +0300
commit6414dc6d978097dd035de3dc2f17851dc70eed68 (patch)
treecb23865656ad0cb1fe248432633c54cefe350cef /plat/marvell/a8k
parent42a293379e808f2300519db937c6dc9a7685a4b2 (diff)
downloadtrusted-firmware-a-6414dc6d978097dd035de3dc2f17851dc70eed68.tar.gz
tools: Move doimage to marvell folder for future add-ons
Move doimage utility from toos/doimage to tools/marvell/doimage. This is done for supporting mode Marvell tools in the future. Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Diffstat (limited to 'plat/marvell/a8k')
-rw-r--r--plat/marvell/a8k/common/a8k_common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/marvell/a8k/common/a8k_common.mk b/plat/marvell/a8k/common/a8k_common.mk
index a42481f5a0..a589004bd5 100644
--- a/plat/marvell/a8k/common/a8k_common.mk
+++ b/plat/marvell/a8k/common/a8k_common.mk
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: BSD-3-Clause
# https://spdx.org/licenses
-include tools/doimage/doimage.mk
+include tools/marvell/doimage/doimage.mk
PLAT_FAMILY := a8k
PLAT_FAMILY_BASE := plat/marvell/$(PLAT_FAMILY)
@@ -29,7 +29,7 @@ $(eval $(call assert_boolean,PCI_EP_SUPPORT))
AP_NUM := 1
$(eval $(call add_define,AP_NUM))
-DOIMAGEPATH ?= tools/doimage
+DOIMAGEPATH ?= tools/marvell/doimage
DOIMAGETOOL ?= ${DOIMAGEPATH}/doimage
ROM_BIN_EXT ?= $(BUILD_PLAT)/ble.bin