[U-Boot] [PATCH 30/34] zynq-common: Define ethaddr in default env.
Tom Rini
trini at ti.com
Tue Nov 5 20:53:03 CET 2013
On Tue, Nov 05, 2013 at 11:16:51PM +0530, Jagannadha Sutradharudu Teki wrote:
> Defined default ethaddr for zynq GEM as 00:0a:35:00:01:22
>
> Signed-off-by: Jagannadha Sutradharudu Teki <jaganna at xilinx.com>
> ---
> include/configs/zynq-common.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
> index 1a907a1..52c6f52 100644
> --- a/include/configs/zynq-common.h
> +++ b/include/configs/zynq-common.h
> @@ -175,6 +175,7 @@
>
> /* Default environment */
> #define CONFIG_EXTRA_ENV_SETTINGS \
> + "ethaddr=00:0a:35:00:01:22\0" \
> "fit_image=fit.itb\0" \
> "load_addr=0x2000000\0" \
> "fit_size=0x800000\0" \
NAK, this simply isn't allowed.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20131105/7fc27375/attachment.pgp>
More information about the U-Boot
mailing list