]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:29:19 +0000 (13:29 +0200)
commit9f1c11cb538cc70898dcf0f4c009c0ffbecbcfd1
tree123fbf32dc0e943e1239767b71f163aacbb2ebd4
parent45312eb8b751259bc20b9c38b8ac0c3130c69947
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