]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imximage: delay setting of image size
authorTroy Kisky <troy.kisky@boundarydevices.com>
Wed, 3 Oct 2012 15:47:07 +0000 (15:47 +0000)
committerStefano Babic <sbabic@denx.de>
Sat, 20 Oct 2012 15:13:02 +0000 (17:13 +0200)
commit243319825fa6e79885d57b6b78e72f3fe10ef69c
treee919b557cb88ed9206760e84692d14589c00e4e7
parent348ca8efb79652d2b259fbd0ed6d317a77a8cbb9
imximage: delay setting of image size

When later we change to variable length
header, we won't know the file size when
set_imx_hdr is called. So this is prep work.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
tools/imximage.c