commit | e1de5d4e779ee6c8fe59ce733f88133ee3b0e802 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Nov 15 10:07:49 2018 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 28 23:04:43 2018 -0500 |
tree | a89bfda046eb9719411aee19fb479f1f8271b5d0 | |
parent | 87efc1b4d856f840a7bdcee53a93c3995dc00d23 [diff] [blame] |
tools: MediaTek: add MTK boot header generation to mkimage This patch adds support for MTK boot image generation. Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/tools/Makefile b/tools/Makefile index 3c0521f..c93d17a 100644 --- a/tools/Makefile +++ b/tools/Makefile
@@ -116,6 +116,7 @@ $(LIBFDT_OBJS) \ gpimage.o \ gpimage-common.o \ + mtk_image.o \ $(RSA_OBJS-y) dumpimage-objs := $(dumpimage-mkimage-objs) dumpimage.o