UPSTREAM: lib/hardwaremain: Add \n to Boot failed message
Change-Id: I106fccd725a5c944f4e8e0f196b31c9344f588c7
Original-Signed-off-by: Jonathan Neuschfer <j.neuschaefer@gmx.net>
Original-Reviewed-on: https://review.coreboot.org/14984
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
(cherry-picked from commit 0a54fb533d)
Signed-off-by: Martin Roth <martinroth@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/348410
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
cfd135fbd3
commit
f68f132f10
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ static boot_state_t bs_payload_boot(void *arg)
|
|||
{
|
||||
payload_run();
|
||||
|
||||
printk(BIOS_EMERG, "Boot failed");
|
||||
printk(BIOS_EMERG, "Boot failed\n");
|
||||
/* Returning from this state will fail because the following signals
|
||||
* return to a completed state. */
|
||||
return BS_PAYLOAD_BOOT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue