[U-Boot] [PATCH 03/13] BeagleBoard: config: hardcode MAC for onboard SMSC
Wolfgang Denk
wd at denx.de
Tue Aug 23 00:02:45 CEST 2011
Dear Joel A Fernandes,
In message <1313462834-4008-3-git-send-email-agnel.joel at gmail.com> you wrote:
> Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
> Signed-off-by: Joel A Fernandes <agnel.joel at gmail.com>
> ---
> include/configs/omap3_beagle.h | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
> index 6e66100..78d0aa2 100644
> --- a/include/configs/omap3_beagle.h
> +++ b/include/configs/omap3_beagle.h
> @@ -200,6 +200,7 @@
> #define CONFIG_EXTRA_ENV_SETTINGS \
> "loadaddr=0x82000000\0" \
> "usbtty=cdc_acm\0" \
> + "usbethaddr=de:ad:be:ef\0" \
NAK.
We don;'t allow any static network configurations in the board config
files, and especially not if they contain bogus data.
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
He'd been wrong, there _was_ a light at the end of the tunnel, and it
was a flamethrower. - Terry Pratchett, _Mort_
More information about the U-Boot
mailing list