
Dear christian@kwikbyte.com,
In message 20090709154122.f3oxqbk288ossg4s@host302.hostmonster.com you wrote:
This is a resend of patch to add support for the KwikByte KBOC OMAP35xx board. It relies on an updated mach-types.h for the machine definition.
Such comments don't belong into the commit message - please clean up.
And use git-format-patch so you know where to put comments (below the "---" line).
Updated MAKEALL and MAINTAINERS and fixed line-wraps from original patch submission.
So it is not a RESEND, but a new version instead.
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 + board/omap3/common/Makefile | 1 + board/omap3/kboc/Makefile | 49 ++++++ board/omap3/kboc/config.mk | 33 ++++ board/omap3/kboc/kboc.c | 106 ++++++++++++ board/omap3/kboc/kboc.h | 382 ++++++++++++++++++++++++++++++++++++++++++ include/configs/omap3_kboc.h | 317 +++++++++++++++++++++++++++++++++++ 9 files changed, 896 insertions(+), 0 deletions(-)
Signed-off-by: Christian Owens christian@kwikbyte.com
And the Signed-off-by _is_ part of the commit message, so move up, please.
Best regards,
Wolfgang Denk