mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Minor debug improvement
This commit is contained in:
@@ -327,7 +327,8 @@ static int bzimage_load_header ( struct image *image,
|
|||||||
copy_from_user ( bzhdr, image->data, BZI_HDR_OFFSET,
|
copy_from_user ( bzhdr, image->data, BZI_HDR_OFFSET,
|
||||||
sizeof ( *bzhdr ) );
|
sizeof ( *bzhdr ) );
|
||||||
if ( bzhdr->header != BZI_SIGNATURE ) {
|
if ( bzhdr->header != BZI_SIGNATURE ) {
|
||||||
DBGC ( image, "bzImage %p bad signature\n", image );
|
DBGC ( image, "bzImage %p bad signature %08lx\n",
|
||||||
|
image, bzhdr->header );
|
||||||
return -ENOEXEC;
|
return -ENOEXEC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user