diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 00:04:20 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-03-12 00:04:20 +0100 |
commit | 84ef51a632063e8cb57b2e9a4252497512831ffe (patch) | |
tree | 396ceb34baa4e44945a582e2b030ef118dd8768a | |
parent | d2ed2f661b6f74b68105d27a399801bdef287ef5 (diff) | |
download | u-boot-imx-84ef51a632063e8cb57b2e9a4252497512831ffe.zip u-boot-imx-84ef51a632063e8cb57b2e9a4252497512831ffe.tar.gz u-boot-imx-84ef51a632063e8cb57b2e9a4252497512831ffe.tar.bz2 |
Fix cleanup for netstart board.
Remove build results from repository
-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 8ef2189..3a20501 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/crcek Binary files differdeleted file mode 100755 index 491cceb..0000000 --- a/board/netstar/crcek +++ /dev/null diff --git a/board/netstar/eeprom b/board/netstar/eeprom Binary files differdeleted file mode 100755 index e075eb4..0000000 --- a/board/netstar/eeprom +++ /dev/null |