On Sun, Apr 24, 2011 at 7:57 PM, Wolfgang Denk <[email protected]> wrote:
> Dear Michael Spang,
>
> In message <[email protected]> you 
> wrote:
>> The TS-7800 is an Orion5x implementation by Technologic Systems.
>>
>> Signed-off-by: Michael Spang <[email protected]>
>> ---
>>  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.

Ok I'll drop the change to MAKEALL and update the #defines.

Michael
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to