http://git.etherboot.org
/
people
/
dverkamp
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cfe0de
)
Minor debug improvement
author
Michael Brown
<mcb30@etherboot.org>
Thu, 19 Jul 2007 16:01:21 +0000
(17:01 +0100)
committer
Michael Brown
<mcb30@etherboot.org>
Thu, 19 Jul 2007 16:01:21 +0000
(17:01 +0100)
src/arch/i386/image/bzimage.c
patch
|
blob
|
history
diff --git
a/src/arch/i386/image/bzimage.c
b/src/arch/i386/image/bzimage.c
index
f023fcf
..
3a3e82e
100644
(file)
--- a/
src/arch/i386/image/bzimage.c
+++ b/
src/arch/i386/image/bzimage.c
@@
-327,7
+327,8
@@
static int bzimage_load_header ( struct image *image,
copy_from_user ( bzhdr, image->data, BZI_HDR_OFFSET,
sizeof ( *bzhdr ) );
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;
}