
Dear Daniel,
in message 20071130231335.GA10869@buzzloop.caiaq.de you wrote:
Patch against 1.3.0 is attached.
Best regards, Daniel
MAKEALL | 1 Makefile | 3 board/colibri/Makefile | 51 ++++ board/colibri/colibri.c | 61 +++++ board/colibri/config.mk | 1 board/colibri/lowlevel_init.S | 465 ++++++++++++++++++++++++++++++++++++++++++ board/colibri/pxavoltage.S | 178 ++++++++++++++++ board/colibri/u-boot.lds | 56 +++++ include/asm-arm/mach-types.h | 13 + include/configs/colibri.h | 261 +++++++++++++++++++++++ 10 files changed, 1090 insertions(+)
There are coding style issues with your patch: trailing white space, C++ comments, indentation not by multiples of 8 characters.
Please clean up and resubmit.
And while you are at it - please keep lists sorted (MAKEALL, Makefile).
Best regards,
Wolfgang Denk