diff options
author | Stefan Roese <sr@denx.de> | 2015-11-24 09:14:59 +0100 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-11-29 16:02:44 +0100 |
commit | 777208593012d03a8b839bd03f0e7f2129bf1b83 (patch) | |
tree | 9328ce0c31e774c9e073ef922bf9d60408a36614 /tools/Makefile | |
parent | 9eb14cc443d0ae846ba72434e6c749222404be3d (diff) | |
download | u-boot-imx-777208593012d03a8b839bd03f0e7f2129bf1b83.zip u-boot-imx-777208593012d03a8b839bd03f0e7f2129bf1b83.tar.gz u-boot-imx-777208593012d03a8b839bd03f0e7f2129bf1b83.tar.bz2 |
tools/kwbimage.c: Make sure that the resulting image is 4-byte aligned
With the dtb added to the main U-Boot image, it can happen, that
the resulting image is not 4-byte aligned. As the dtb tends to
be unaligned. But the image needs to be 4-byte aligned. At least the
Marvell hdrparser tool complains if its unaligned. By returning 1 here
in kwbimage_generate(), called via tparams->vrec_header() in mkimage.c,
mkimage will automatically pad the resulting image to a 4-byte size
if necessary.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Dirk Eibach <eibach@gdsys.de>
Diffstat (limited to 'tools/Makefile')
0 files changed, 0 insertions, 0 deletions