]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/lib/bootm.c
x86: Panic if there is no relocation data
[u-boot] / arch / x86 / lib / bootm.c
index 46a1d967e461cc8a1e6f2a1fa471f091144a67a2..86030cf52aab1c3994d805d47d16c17e27178f05 100644 (file)
@@ -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;
        }