summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2018-03-12 10:46:04 +0100
committerTom Rini <trini@konsulko.com>2018-03-19 16:14:19 -0400
commit81260e3331d52e08c3f4709043c931a3fdd62095 (patch)
tree5f9423e22732a36d544d4be5b1c19e51d81891f0 /tools/Makefile
parentdbc34323796bfc37116a7a28e93bcc5bea5fb136 (diff)
downloadu-boot-81260e3331d52e08c3f4709043c931a3fdd62095.tar.gz
tools/mkimage: add support for STM32 image format
STM32MP157 bootrom needs a specific header for first boot stage. This patch adds support of this header in mkimage. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index f38f68ee47..55efb740b8 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -103,6 +103,7 @@ dumpimage-mkimage-objs := aisimage.o \
pblimage.o \
pbl_crc32.o \
vybridimage.o \
+ stm32image.o \
$(ROCKCHIP_OBS) \
socfpgaimage.o \
lib/sha1.o \