[U-Boot] [PATCH 9/9] arm: ls102xa: Add basic support for LS1021AQDS board
Fabio Estevam
festevam at gmail.com
Fri May 30 20:28:44 CEST 2014
On Fri, May 30, 2014 at 4:23 AM, Alison Wang <b18965 at freescale.com> wrote:
> +#define CONFIG_EXTRA_ENV_SETTINGS \
> + "ethaddr=00:e0:0c:bc:e5:60\0" \
> + "eth1addr=00:e0:0c:bc:e5:61\0" \
> + "eth2addr=00:e0:0c:bc:e5:62\0" \
> + "eth3addr=00:e0:0c:bc:e5:63\0" \
> + "ipaddr=192.168.1.100\0" \
You should not hardcode any ethaddr/ipaddr.
More information about the U-Boot
mailing list