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:
Jiafei Pan 2022-01-20 17:37:11 +08:00
parent ae95b1782b
commit a89412a649
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#
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