commit | d061d957b5129905ab18fe16145dfe9ad14cc7c5 | [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 | cc9560843d58319a7a9a9f290f8fa225906c6018 [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>