commit this
This commit is contained in:
parent
b1a740bc28
commit
53be537588
1 changed files with 3 additions and 3 deletions
|
|
@ -570,16 +570,16 @@ int elfload(struct stream *stream, struct lb_memory *mem,
|
|||
if (!load_elf_segments(&head, stream, header, header_size))
|
||||
goto out;
|
||||
|
||||
printk_info("Loaded segments\n");
|
||||
printk_spew("Loaded segments\n");
|
||||
/* Verify the loaded image */
|
||||
if (!verify_loaded_image(cb_chain, ehdr, phdr, &head))
|
||||
goto out;
|
||||
|
||||
printk_info("verified segments\n");
|
||||
printk_spew("verified segments\n");
|
||||
/* Shutdown the stream device */
|
||||
stream->fini();
|
||||
|
||||
printk_info("closed down stream\n");
|
||||
printk_spew("closed down stream\n");
|
||||
/* Reset to booting from this image as late as possible */
|
||||
boot_successful();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue