]> www.infradead.org Git - users/rw/ppcboot.git/commitdiff
Switch to binary image format now that the BDI2000 firmware has
authorwdenk <wdenk>
Sat, 3 Mar 2001 22:09:11 +0000 (22:09 +0000)
committerwdenk <wdenk>
Sat, 3 Mar 2001 22:09:11 +0000 (22:09 +0000)
support for it.

Makefile

index 182e95364a1fc53f25afc2479603a5c8ac42554c..212c1cab07477f162fa23896820a10cbb6e2939c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -71,8 +71,8 @@ OBJS +=       common/libcommon.a
 all:           ppcboot.srec ppcboot.bin
 
 install:       all
-               #cp ppcboot.srec /tftpboot/moni.srec
-               cp ppcboot.srec /net/gatekeeper/tftpboot/moni.srec
+               #cp ppcboot.bin /tftpboot/ppcboot.bin
+               cp ppcboot.bin /net/gatekeeper/tftpboot/ppcboot.bin
 
 ppcboot.srec:  ppcboot
                $(OBJCOPY) ${OBJCFLAGS} -O srec $< $@