diff options
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | board/netstar/Makefile | 2 | ||||
| -rwxr-xr-x | board/netstar/crcek | bin | 35971 -> 0 bytes | |||
| -rwxr-xr-x | board/netstar/eeprom | bin | 40842 -> 0 bytes | 
5 files changed, 6 insertions, 1 deletions
| @@ -2,6 +2,9 @@  Changes since U-Boot 1.1.4:  ====================================================================== +* Fix cleanup for netstart board. +  Remove build results from repository +  * Some code cleanup for GCC 4.x  * Fixes to support environment in NAND flash; @@ -1876,6 +1876,8 @@ clean:  	rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend  	rm -f tools/env/fw_printenv tools/env/fw_setenv  	rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image +	rm -f board/netstar/eeprom board/netstar/crcek +	rm -f board/netstar/*.srec board/netstar/*.bin   	rm -f board/trab/trab_fkt board/voiceblue/eeprom  	rm -f board/integratorap/u-boot.lds board/integratorcp/u-boot.lds diff --git a/board/netstar/Makefile b/board/netstar/Makefile index 8ef21893e..3a205017f 100644 --- a/board/netstar/Makefile +++ b/board/netstar/Makefile @@ -80,6 +80,6 @@ distclean:	clean  .depend:	Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c)  		$(CC) -M $(CPPFLAGS) $(SOBJS:.o=.S) $(OBJS:.o=.c) > $@ --include .depend +sinclude .depend  ######################################################################### diff --git a/board/netstar/crcek b/board/netstar/crcekBinary files differ deleted file mode 100755 index 491cceb2e..000000000 --- a/board/netstar/crcek +++ /dev/null diff --git a/board/netstar/eeprom b/board/netstar/eepromBinary files differ deleted file mode 100755 index e075eb4ef..000000000 --- a/board/netstar/eeprom +++ /dev/null |