Dear Simon Glass,

In message <1318270953-32482-9-git-send-email-...@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 <s...@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?

Added '\\' when checking in.

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
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.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to