summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>2016-09-26 07:08:06 (GMT)
committerStefano Babic <sbabic@denx.de>2016-10-06 07:06:16 (GMT)
commited0c2c0a9ead7d1b5739fc83cf99ac85a16cb979 (patch)
tree9437126325051f9ad0fd04eddbbc48c12f9b5afa /tools/Makefile
parent303a24435f3e4b39a6b526ca2a32cd0452713153 (diff)
downloadu-boot-fsl-qoriq-ed0c2c0a9ead7d1b5739fc83cf99ac85a16cb979.tar.xz
tools: mkimage: add support for Vybrid image format
This format can be flashed directly at address 0 of the NAND FLASH, as it contains all necessary headers. Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
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 421414b..e6f7993 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -89,6 +89,7 @@ dumpimage-mkimage-objs := aisimage.o \
os_support.o \
pblimage.o \
pbl_crc32.o \
+ vybridimage.o \
$(ROCKCHIP_OBS) \
socfpgaimage.o \
lib/sha1.o \