commit | 72048bc3f169a66384548463f3128453970207c2 | [log] [tgz] |
---|---|---|
author | York Sun <yorksun@freescale.com> | Fri Sep 20 12:24:44 2013 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Fri Sep 27 13:53:35 2013 +0200 |
tree | a39ac532b6548e605256dafdcdeea171710e2a9a | |
parent | fd37f195cacc068ad4c070dd794643fcb25ef21a [diff] |
tools/imximage.c: Fix compiling warning Convert set_hdr_func(struct imx_header *imxhdr) to set_hdr_func(void) to get rid of the warning warning: ‘imxhdr’ is used uninitialized in this function Signed-off-by: York Sun <yorksun@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>