Dear Michael Spang,

In message <1300391223-11879-8-git-send-email-msp...@csclub.uwaterloo.ca> you 
wrote:
> The TS-7800 is an Orion5x implementation by Technologic Systems.
> 
> Signed-off-by: Michael Spang <msp...@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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Vulcans do not approve of violence.
        -- Spock, "Journey to Babel", stardate 3842.4
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to