mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-29 16:48:59 +00:00
fix(nxp-tools): fix tool location path for byte_swape
Fix byte_swape tool's location. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: I63856a8d62aeb5eb0b41b2b0dc671de96302aa1d
This commit is contained in:
parent
ae95b1782b
commit
a89412a649
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
CREATE_PBL ?= ${CREATE_PBL_TOOL_PATH}/create_pbl${BIN_EXT}
|
CREATE_PBL ?= ${CREATE_PBL_TOOL_PATH}/create_pbl${BIN_EXT}
|
||||||
BYTE_SWAP ?= ${CREATE_PBL_PLAT_TOOL_PATH}/byte_swap${BIN_EXT}
|
BYTE_SWAP ?= ${CREATE_PBL_TOOL_PATH}/byte_swap${BIN_EXT}
|
||||||
|
|
||||||
HOST_GCC := gcc
|
HOST_GCC := gcc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue