lib/hardwaremain: Add \n to "Boot failed" message

Change-Id: I106fccd725a5c944f4e8e0f196b31c9344f588c7
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/14984
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Jonathan Neuschäfer 2016-05-27 09:05:02 +02:00 committed by Martin Roth
parent 204af8157d
commit 0a54fb533d
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ static boot_state_t bs_payload_boot(void *arg)
{ {
payload_run(); payload_run();
printk(BIOS_EMERG, "Boot failed"); printk(BIOS_EMERG, "Boot failed\n");
/* Returning from this state will fail because the following signals /* Returning from this state will fail because the following signals
* return to a completed state. */ * return to a completed state. */
return BS_PAYLOAD_BOOT; return BS_PAYLOAD_BOOT;