summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-03-12 00:04:20 +0100
committerWolfgang Denk <wd@pollux.denx.de>2006-03-12 00:04:20 +0100
commit84ef51a632063e8cb57b2e9a4252497512831ffe (patch)
tree396ceb34baa4e44945a582e2b030ef118dd8768a
parentd2ed2f661b6f74b68105d27a399801bdef287ef5 (diff)
Fix cleanup for netstart board.LABEL_2006_03_12_0025
Remove build results from repository
-rw-r--r--CHANGELOG3
-rw-r--r--Makefile2
-rw-r--r--board/netstar/Makefile2
-rwxr-xr-xboard/netstar/crcekbin35971 -> 0 bytes
-rwxr-xr-xboard/netstar/eeprombin40842 -> 0 bytes
5 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 964e2b1f55..fa3f7450b0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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;
diff --git a/Makefile b/Makefile
index 29d323a0ce..af046b930b 100644
--- a/Makefile
+++ b/Makefile
@@ -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 8ef21893ee..3a205017f2 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
deleted file mode 100755
index 491cceb2ed..0000000000
--- a/board/netstar/crcek
+++ /dev/null
Binary files differ
diff --git a/board/netstar/eeprom b/board/netstar/eeprom
deleted file mode 100755
index e075eb4efd..0000000000
--- a/board/netstar/eeprom
+++ /dev/null
Binary files differ