aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRobert P. J. Day2012-11-13 20:03:20 -0600
committerTom Rini2012-12-06 14:56:39 -0600
commitadb9d851392c71f628de62341da15ac883485304 (patch)
treec3138f10aa522268da321907df6dd8792d5da93e /README
parentd4b901dd738fc1712960d92668b0dd62e06eabba (diff)
downloadu-boot-adb9d851392c71f628de62341da15ac883485304.tar.gz
u-boot-adb9d851392c71f628de62341da15ac883485304.tar.xz
u-boot-adb9d851392c71f628de62341da15ac883485304.zip
README: Explain how to generate the CHANGELOG file.
Since the top-level README file refers the reader to the CHANGELOG, it's worth mentioning how to generate it. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index ed7d270adb..06f5ef2354 100644
--- a/README
+++ b/README
@@ -54,6 +54,11 @@ In case of problems see the CHANGELOG and CREDITS files to find out
54who contributed the specific port. The MAINTAINERS file lists board 54who contributed the specific port. The MAINTAINERS file lists board
55maintainers. 55maintainers.
56 56
57Note: There is no CHANGELOG file in the actual U-Boot source tree;
58it can be created dynamically from the Git log using:
59
60 make CHANGELOG
61
57 62
58Where to get help: 63Where to get help:
59================== 64==================