
Dear Michael Spang,
In message 1296262841-8819-6-git-send-email-mspang@csclub.uwaterloo.ca you wrote:
The TS-7800 is an Orion5x implementation by Technologic Systems.
Signed-off-by: Michael Spang mspang@csclub.uwaterloo.ca
MAKEALL | 1 + board/technologic/ts7800/Makefile | 46 +++++++++++ board/technologic/ts7800/ts7800.c | 36 +++++++++ boards.cfg | 1 + include/configs/ts7800.h | 149 +++++++++++++++++++++++++++++++++++++ 5 files changed, 233 insertions(+), 0 deletions(-) create mode 100644 board/technologic/ts7800/Makefile create mode 100644 board/technologic/ts7800/ts7800.c create mode 100644 include/configs/ts7800.h
Please run all your patches through checkpatch:
ERROR: code indent should use tabs where possible
WARNING: please, no spaces at the start of a line
ERROR: do not use C99 // comments
WARNING: line over 80 characters
etc. etc.
Best regards,
Wolfgang Denk