]> git.sur5r.net Git - u-boot/commit
mkimage: fix Segmentation Fault when run without "-n name" option
authorWolfgang Denk <wd@denx.de>
Sat, 27 Mar 2010 22:37:46 +0000 (23:37 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 27 Mar 2010 23:13:54 +0000 (00:13 +0100)
commit04387d24a17b1ee13024dd4779da4b84d47c65cc
tree9430e1ed00b9ae80149ef6a2adcda134e49efffc
parent7027d5622d56ee2292713773044fb6352e431f31
mkimage: fix Segmentation Fault when run without "-n name" option

The restructuring of the mkimage command in commit 89a4d6b1 ("tools:
mkimage: split code into core, default and FIT image specific")
introduced a bug that caused mkimage to segfault when run without
"-n name" option.  Initialize the imagename entry to prevent that.

Signed-off-by: Wolfgang Denk <wd@denx.de>
tools/mkimage.c