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:
Jonathan Neuschäfer 2016-05-27 09:05:02 +02:00 committed by chrome-bot
commit f68f132f10

View file

@ -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;