commit | 699279cac0ed0816433e0922aba26fe6dd0a8066 | [log] [tgz] |
---|---|---|
author | Albert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr> | Fri Jun 19 14:18:30 2015 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Fri Jul 10 10:12:59 2015 +0200 |
tree | 2b84cb87664855f92d8326aea57cdc039982200d | |
parent | b44e60ac0422cda092993b2f58d35a39c5bf2f35 [diff] |
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>