diff options
author | Peng Fan | 2018-11-20 10:19:36 +0000 |
---|---|---|
committer | Stefano Babic | 2019-01-01 14:12:18 +0100 |
commit | 6609c2663c9c9699f3d279ccea599e5d18578b20 (patch) | |
tree | c45d3d2be7c2da3e754bdab8117efde9b68cde2b /tools/Makefile | |
parent | ea91031b223223667b8dbbaec7fa7bbb51f96a0b (diff) |
tools: add i.MX8M image support
i.MX8M bootable image type is like i.MX6/7, but there is signed HDMI
firmware image in front of A53 bootable image, which is also has an IVT
header.
Here we also include fit image to generate a bootable image.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Stefano Babic <sbabic@denx.de>
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 c26b631560e..9a724804d23 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -94,6 +94,7 @@ dumpimage-mkimage-objs := aisimage.o \ imagetool.o \ imximage.o \ imx8image.o \ + imx8mimage.o \ kwbimage.o \ lib/md5.o \ lpc32xximage.o \ |