diff options
author | Ryder Lee | 2018-11-15 10:07:49 +0800 |
---|---|---|
committer | Tom Rini | 2018-11-28 23:04:43 -0500 |
commit | 3b975a147c3c028b95312824189d7489eea54984 (patch) | |
tree | a89bfda046eb9719411aee19fb479f1f8271b5d0 /tools/Makefile | |
parent | 67cf22cbdef8c62ffa28b4caf935825fe410c68d (diff) |
tools: MediaTek: add MTK boot header generation to mkimage
This patch adds support for MTK boot image generation.
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 3c0521f6550..c93d17a42fd 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -116,6 +116,7 @@ dumpimage-mkimage-objs := aisimage.o \ $(LIBFDT_OBJS) \ gpimage.o \ gpimage-common.o \ + mtk_image.o \ $(RSA_OBJS-y) dumpimage-objs := $(dumpimage-mkimage-objs) dumpimage.o |