[U-Boot] [PATCH 7/9] Add board support for TS-7800
Michael Spang
mspang at csclub.uwaterloo.ca
Tue Apr 26 05:38:32 CEST 2011
On Sun, Apr 24, 2011 at 7:57 PM, Wolfgang Denk <wd at denx.de> wrote:
> Dear Michael Spang,
>
> In message <1300391223-11879-8-git-send-email-mspang at csclub.uwaterloo.ca> you wrote:
>> The TS-7800 is an Orion5x implementation by Technologic Systems.
>>
>> Signed-off-by: Michael Spang <mspang at 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.
Ok I'll drop the change to MAKEALL and update the #defines.
Michael
More information about the U-Boot
mailing list