
Dear Michael Spang,
In message 1300391223-11879-8-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 | 152 +++++++++++++++++++++++++++++++++++++ 5 files changed, 236 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
diff --git a/MAKEALL b/MAKEALL index a732e6a..5cd4155 100755 --- a/MAKEALL +++ b/MAKEALL @@ -344,6 +344,7 @@ LIST_ARM9=" \ edb9315 \ edb9315a \ edminiv2 \
- ts7800 \ guruplug \ imx27lite \ jadecpu \
Boards don;t get added to MAKEALL any more; they will get picked automatically from boards.cfg.
...
+#define CONFIG_ENV_IS_NOWHERE 1
Please remove the '1' from all defines that select a feature only, i. e. that don;t actually care abut a specific numeric value.
Best regards,
Wolfgang Denk