commit | 23416b8d7d18958da42c50a4827e803d8e5aa599 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Mar 27 23:37:46 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Sun Mar 28 00:13:54 2010 +0100 |
tree | 9430e1ed00b9ae80149ef6a2adcda134e49efffc | |
parent | 4e07e33e49db0141689aeb820e754f1f0db76191 [diff] |
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>