Skip to content
Snippets Groups Projects
Commit 2c5101ae authored by SY Chiu's avatar SY Chiu Committed by Joakim Bech
Browse files

mt8173: fixed booting issue


Signed-off-by: default avatarSY Chiu <sy.chiu@linaro.org>
Tested-by: SY Chiu <sy.chiu@linaro.org> (MT8173 EVB)
Tested-by: Joakim Bech <joakim.bech@linaro.org> (MT8173 EVB)
Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
parent cc182e41
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ override COMPILE_S_KERNEL := 64
# Paths to git projects and various binaries
################################################################################
MTK_TOOLS_PATH ?= $(ROOT)/mtk_tools
OPTEE_OS_PAGER_BIN ?= $(OPTEE_OS_PATH)/out/arm/core/tee-pager.bin
################################################################################
# Targets
......@@ -124,7 +125,7 @@ update_rootfs: busybox optee-client optee-linuxdriver xtest filelist-tee
.PHONY: build_image flash_image run
build-image: update_rootfs optee-os
cd $(MTK_TOOLS_PATH); \
./build_trustzone.sh $(OPTEE_OS_BIN); \
./build_trustzone.sh $(OPTEE_OS_PAGER_BIN); \
./build_bootimg.sh $(LINUX_PATH) $(GEN_ROOTFS_PATH)/filesystem.cpio.gz
flash-image: build-image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment