Commit 6414dc6d authored by Konstantin Porotchkin's avatar Konstantin Porotchkin
Browse files

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: default avatarKonstantin Porotchkin <kostap@marvell.com>
parent 42a29337
...@@ -81,7 +81,7 @@ Marvell platform ports and SoC drivers ...@@ -81,7 +81,7 @@ Marvell platform ports and SoC drivers
:F: docs/plat/marvell/ :F: docs/plat/marvell/
:F: plat/marvell/ :F: plat/marvell/
:F: drivers/marvell/ :F: drivers/marvell/
:F: tools/doimage/ :F: tools/marvell/
NVidia platform ports NVidia platform ports
--------------------- ---------------------
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# https://spdx.org/licenses # https://spdx.org/licenses
include tools/doimage/doimage.mk include tools/marvell/doimage/doimage.mk
PLAT_FAMILY := a8k PLAT_FAMILY := a8k
PLAT_FAMILY_BASE := plat/marvell/$(PLAT_FAMILY) PLAT_FAMILY_BASE := plat/marvell/$(PLAT_FAMILY)
...@@ -29,7 +29,7 @@ $(eval $(call assert_boolean,PCI_EP_SUPPORT)) ...@@ -29,7 +29,7 @@ $(eval $(call assert_boolean,PCI_EP_SUPPORT))
AP_NUM := 1 AP_NUM := 1
$(eval $(call add_define,AP_NUM)) $(eval $(call add_define,AP_NUM))
DOIMAGEPATH ?= tools/doimage DOIMAGEPATH ?= tools/marvell/doimage
DOIMAGETOOL ?= ${DOIMAGEPATH}/doimage DOIMAGETOOL ?= ${DOIMAGEPATH}/doimage
ROM_BIN_EXT ?= $(BUILD_PLAT)/ble.bin ROM_BIN_EXT ?= $(BUILD_PLAT)/ble.bin
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment