From: wdenk Date: Sat, 3 Mar 2001 22:09:11 +0000 (+0000) Subject: Switch to binary image format now that the BDI2000 firmware has X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6a5ef207207959a96c856ecbf3c08a2601028bb2;p=users%2Frw%2Fppcboot.git Switch to binary image format now that the BDI2000 firmware has support for it. --- diff --git a/Makefile b/Makefile index 182e953..212c1ca 100644 --- 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 $< $@