summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>2016-09-26 09:08:06 +0200
committerStefano Babic <sbabic@denx.de>2016-10-06 09:06:16 +0200
commited0c2c0a9ead7d1b5739fc83cf99ac85a16cb979 (patch)
tree9437126325051f9ad0fd04eddbbc48c12f9b5afa /Makefile
parent303a24435f3e4b39a6b526ca2a32cd0452713153 (diff)
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 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c67cc99633..e9cdf9a56d 100644
--- a/Makefile
+++ b/Makefile
@@ -845,6 +845,12 @@ endif
%.imx: %.bin
$(Q)$(MAKE) $(build)=arch/arm/imx-common $@
+%.vyb: %.imx
+ $(Q)$(MAKE) $(build)=arch/arm/cpu/armv7/vf610 $@
+
+quiet_cmd_copy = COPY $@
+ cmd_copy = cp $< $@
+
u-boot.dtb: dts/dt.dtb
$(call cmd,copy)