Loading arch/sparc/boot/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ $(obj)/image: $(obj)/btfix.o FORCE $(obj)/zImage: $(obj)/image $(call if_changed,strip) $(obj)/tftpboot.img: $(obj)/piggyback $(obj)/System.map $(obj)/image FORCE $(obj)/tftpboot.img: $(obj)/piggyback_32 $(obj)/System.map $(obj)/image FORCE $(call if_changed,elftoaout) $(call if_changed,piggy) Loading arch/sparc/boot/piggyback_32.c +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ void die(char *str) int main(int argc,char **argv) { static char aout_magic[] = { 0x01, 0x03, 0x01, 0x07 }; unsigned char buffer[1024], *q, *r; char buffer[1024], *q, *r; unsigned int i, j, k, start, end, offset; FILE *map; struct stat s; Loading Loading
arch/sparc/boot/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ $(obj)/image: $(obj)/btfix.o FORCE $(obj)/zImage: $(obj)/image $(call if_changed,strip) $(obj)/tftpboot.img: $(obj)/piggyback $(obj)/System.map $(obj)/image FORCE $(obj)/tftpboot.img: $(obj)/piggyback_32 $(obj)/System.map $(obj)/image FORCE $(call if_changed,elftoaout) $(call if_changed,piggy) Loading
arch/sparc/boot/piggyback_32.c +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ void die(char *str) int main(int argc,char **argv) { static char aout_magic[] = { 0x01, 0x03, 0x01, 0x07 }; unsigned char buffer[1024], *q, *r; char buffer[1024], *q, *r; unsigned int i, j, k, start, end, offset; FILE *map; struct stat s; Loading