aboutsummaryrefslogtreecommitdiff
path: root/src/lib/hardwaremain.c
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2016-05-27 09:05:02 +0200
committerMartin Roth <martinroth@google.com>2016-05-31 20:20:44 +0200
commit0a54fb533d9b03ba4ad24bfc9180ee5803feef51 (patch)
tree5d6981a12eec3632bd5f8344f8fa33fdbd4cd06d /src/lib/hardwaremain.c
parent204af8157dd4d4d2b295159628419812ec6a2816 (diff)
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>
Diffstat (limited to 'src/lib/hardwaremain.c')
-rw-r--r--src/lib/hardwaremain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c
index 10ef96cc0b..ab4d9f48e2 100644
--- a/src/lib/hardwaremain.c
+++ b/src/lib/hardwaremain.c
@@ -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;