public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 10/16 v2] ColdFire: Update Extra environment Data for M5275EVB
Date: Tue, 23 Mar 2010 10:17:25 -0700	[thread overview]
Message-ID: <4BA8F7A5.6010009@gmail.com> (raw)
In-Reply-To: <1269295549-30715-1-git-send-email-tsicliew@gmail.com>

On 3/22/2010 3:05 PM, TsiChung Liew wrote:
> Provide extra environment Data. Remove default network
> address and MAC address.
>
> Signed-off-by: TsiChung Liew<tsicliew@gmail.com>
>    
Acked-by: Ben Warren <bigggerbadderben@gmail.com>
> ---
>   include/configs/M5275EVB.h |   22 +++++++++++++++++-----
>   1 files changed, 17 insertions(+), 5 deletions(-)
>
> diff --git a/include/configs/M5275EVB.h b/include/configs/M5275EVB.h
> index b380159..f8d43f0 100644
> --- a/include/configs/M5275EVB.h
> +++ b/include/configs/M5275EVB.h
> @@ -121,11 +121,6 @@
>   #define CONFIG_SYS_I2C_PINMUX_CLR	(0xFFF0)
>   #define CONFIG_SYS_I2C_PINMUX_SET	(0x000F)
>
> -#ifdef CONFIG_MCFFEC
> -#define CONFIG_ETHADDR		00:06:3b:01:41:55
> -#define CONFIG_ETH1ADDR		00:0e:0c:bc:e5:60
> -#endif
> -
>   #define CONFIG_SYS_PROMPT		"->  "
>   #define CONFIG_SYS_LONGHELP		/* undef to save memory	*/
>
> @@ -145,6 +140,23 @@
>   #define CONFIG_SYS_MEMTEST_START	0x400
>   #define CONFIG_SYS_MEMTEST_END		0x380000
>
> +#ifdef CONFIG_MCFFEC
> +#	define CONFIG_NET_RETRY_COUNT	5
> +#	define CONFIG_OVERWRITE_ETHADDR_ONCE
> +#endif				/* FEC_ENET */
> +
> +#define CONFIG_EXTRA_ENV_SETTINGS		\
> +	"netdev=eth0\0"				\
> +	"loadaddr=10000\0"			\
> +	"uboot=u-boot.bin\0"			\
> +	"load=tftp ${loadaddr} ${uboot}\0"	\
> +	"upd=run load; run prog\0"		\
> +	"prog=prot off ffe00000 ffe3ffff;"	\
> +	"era ffe00000 ffe3ffff;"		\
> +	"cp.b ${loadaddr} ffe00000 ${filesize};"\
> +	"save\0"				\
> +	""
> +
>   #define CONFIG_SYS_HZ			1000
>   #define CONFIG_SYS_CLK			150000000
>
>    

      reply	other threads:[~2010-03-23 17:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-22 22:05 [U-Boot] [PATCH 10/16 v2] ColdFire: Update Extra environment Data for M5275EVB TsiChung Liew
2010-03-23 17:17 ` Ben Warren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BA8F7A5.6010009@gmail.com \
    --to=biggerbadderben@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox