commit | 9bac0bb37402ca72fd905f3e591080b4cfb98c42 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Mon Aug 19 19:03:19 2013 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Sat Aug 31 15:06:29 2013 +0200 |
tree | a5a70267410495940ea38484c42472ffbbcd7f95 | |
parent | 377e367a8558c5327c925387ecf1f0a4ee7ca177 [diff] |
tools: add variable padding of data image in mkimage Use previously unused return value of function vrec_header to return a padding size to generic mkimage. This padding size is used in copy_files to pad with zeros after copying the data image. Signed-off-by: Stefano Babic <sbabic@denx.de>