Switch to automatically generated CHANGELOG file.
(use "make CHANGELOG" to update it from time to time)
diff --git a/Makefile b/Makefile
index 24a5a3a..0af26bf 100644
--- a/Makefile
+++ b/Makefile
@@ -318,6 +318,9 @@
grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
sort > $(obj)System.map
+CHANGELOG:
+ git log --no-merges U-Boot-1_1_5.. > $@
+
#########################################################################
else
all $(obj)u-boot.hex $(obj)u-boot.srec $(obj)u-boot.bin \