[U-Boot] [PATCH v6 08/20] sandbox: Add board info for architecture

Simon Glass sjg at chromium.org
Tue Oct 18 00:12:13 CEST 2011


Hi Wolfgang,

On Mon, Oct 17, 2011 at 2:57 PM, Wolfgang Denk <wd at denx.de> wrote:
> Dear Simon Glass,
>
> In message <1318270953-32482-9-git-send-email-sjg at chromium.org> you wrote:
>> This is required for the bdinfo command to work.
>>
>> This also cleans up the #ifdef mess for ethernet and lnum a little.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
> ...
>> -#if !(defined(CONFIG_ARM) || defined(CONFIG_M68K)) || defined(CONFIG_CMD_NET)
>> +#if !(defined(CONFIG_ARM) || defined(CONFIG_M68K) || defined(CONFIG_SANDBOX))
>> +     || defined(CONFIG_CMD_NET)
>
> Did you _ever_ try compiling this?

Yes, but only with ARM or SANDBOX, sorry. I am set up for PPC now
although I do get errors with MAKEALL:

./MAKEALL  -a powerpc
Failed: $ARCH=ppc, should be 'powerpc' for EVB64260
make: *** [EVB64260_config] Error 1
System not configured - see README
make: *** [all] Error 1

I wonder why the ARCH is wrong?

>
> Added '\\' when checking in.

Thanks.

Regards,
Simon

>
> 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: wd at denx.de
> We, the unwilling, led by the unknowing, are doing the impossible for
> the ungrateful. We have done so much, for so long, with so little, we
> are now qualified to do anything with nothing.
>


More information about the U-Boot mailing list