commit | ed0c2c0a9ead7d1b5739fc83cf99ac85a16cb979 | [log] [tgz] |
---|---|---|
author | Albert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr> | Mon Sep 26 09:08:06 2016 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Thu Oct 06 09:06:16 2016 +0200 |
tree | 9437126325051f9ad0fd04eddbbc48c12f9b5afa | |
parent | 303a24435f3e4b39a6b526ca2a32cd0452713153 [diff] [blame] |
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>
diff --git a/arch/arm/config.mk b/arch/arm/config.mk index 8f85862..542b897 100644 --- a/arch/arm/config.mk +++ b/arch/arm/config.mk
@@ -144,4 +144,7 @@ ALL-y += u-boot.imx endif endif +ifneq ($(CONFIG_VF610),) +ALL-y += u-boot.vyb +endif endif