diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-11-14 02:03:20 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-12-06 13:56:39 -0700 |
commit | adb9d851392c71f628de62341da15ac883485304 (patch) | |
tree | c3138f10aa522268da321907df6dd8792d5da93e /README | |
parent | d4b901dd738fc1712960d92668b0dd62e06eabba (diff) | |
download | u-boot-imx-adb9d851392c71f628de62341da15ac883485304.zip u-boot-imx-adb9d851392c71f628de62341da15ac883485304.tar.gz u-boot-imx-adb9d851392c71f628de62341da15ac883485304.tar.bz2 |
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-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -54,6 +54,11 @@ In case of problems see the CHANGELOG and CREDITS files to find out who contributed the specific port. The MAINTAINERS file lists board maintainers. +Note: There is no CHANGELOG file in the actual U-Boot source tree; +it can be created dynamically from the Git log using: + + make CHANGELOG + Where to get help: ================== |