patch-2.4.22 linux-2.4.22/arch/ppc/boot/utils/mktree.c
Next file: linux-2.4.22/arch/ppc/config.in
Previous file: linux-2.4.22/arch/ppc/boot/utils/mkprep.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/ppc/boot/utils/mktree.c
- Orig date:
2003-06-13 07:51:31.000000000 -0700
diff -urN linux-2.4.21/arch/ppc/boot/utils/mktree.c linux-2.4.22/arch/ppc/boot/utils/mktree.c
@@ -89,7 +89,7 @@
cp = (uint *)&bt;
for (i=0; i<sizeof(bt)/sizeof(uint); i++)
cksum += *cp++;
-
+
/* Assume zImage is an ELF file, and skip the 64K header.
*/
if (read(in_fd, tmpbuf, IMGBLK) != IMGBLK) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)