sandbox: Fix up the debug message for the image filename
This currently prints out the wrong filename. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -668,7 +668,7 @@ static int os_jump_to_file(const char *fname)
|
||||
os_free(argv);
|
||||
if (err) {
|
||||
perror("Unable to run image");
|
||||
printf("Image filename '%s'\n", mem_fname);
|
||||
printf("Image filename '%s'\n", fname);
|
||||
return err;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user