]> code.ossystems Code Review - bsp/u-boot.git/commit
tools: mkimage: fix imximage header size
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>
Fri, 19 Jun 2015 12:18:30 +0000 (14:18 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 15 Jul 2015 00:42:58 +0000 (21:42 -0300)
commita9780504522be3e046eddfd458d7f90c178c1a54
treef76268682c135b0dbc203985c94c0f7f002cae40
parent8788cb78a2e44b6bfa3f2e5daf7a5d8d1c7ec52a
tools: mkimage: fix imximage header size

imximage header size is 4-byte, not 8-byte aligned.
This produces .imx images that a Vybrid cannot boot
on.

Fix by adding a "padding" field in header.

Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
tools/imximage.h