From 2c363cb0034284f26d6ae550b313fc2e62a41360 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 10 Oct 2014 08:21:59 -0600 Subject: x86: Correct a few progress message nits We should use puts() instead of printf() where possible. Also clarify the setup.bin message. Signed-off-by: Simon Glass --- arch/x86/lib/bootm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86/lib/bootm.c') diff --git a/arch/x86/lib/bootm.c b/arch/x86/lib/bootm.c index 46a1d967e46..86030cf52aa 100644 --- a/arch/x86/lib/bootm.c +++ b/arch/x86/lib/bootm.c @@ -121,7 +121,7 @@ static int boot_prep_linux(bootm_headers_t *images) } else if (images->ep) { cmd_line_dest = (void *)images->ep + COMMAND_LINE_OFFSET; } else { - printf("## Kernel loading failed (no setup) ...\n"); + printf("## Kernel loading failed (missing x86 kernel setup) ...\n"); goto error; } -- cgit v1.2.3