From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 08/16 v2] ColdFire: Update M5253DEMO configuration file
Date: Tue, 23 Mar 2010 10:17:07 -0700 [thread overview]
Message-ID: <4BA8F793.5080706@gmail.com> (raw)
In-Reply-To: <1269295542-30685-1-git-send-email-tsicliew@gmail.com>
On 3/22/2010 3:05 PM, TsiChung Liew wrote:
> Fix incorrect default environment for flash erase or protect
> range. Change offset from 0 to 0xff80nnnn. Remove default
> ethernet setup and MAC address.
>
> Signed-off-by: TsiChung Liew<tsicliew@gmail.com>
>
Acked-by: Ben Warren <bigggerbadderben@gmail.com>
> ---
> include/configs/M5253DEMO.h | 9 ++-------
> 1 files changed, 2 insertions(+), 7 deletions(-)
>
> diff --git a/include/configs/M5253DEMO.h b/include/configs/M5253DEMO.h
> index 5e86e4c..f813f88 100644
> --- a/include/configs/M5253DEMO.h
> +++ b/include/configs/M5253DEMO.h
> @@ -95,11 +95,6 @@
> # define DM9000_DATA (CONFIG_DM9000_BASE + 4)
> # undef CONFIG_DM9000_DEBUG
>
> -# define CONFIG_ETHADDR 00:e0:0c:bc:e5:60
> -# define CONFIG_IPADDR 10.82.121.249
> -# define CONFIG_NETMASK 255.255.252.0
> -# define CONFIG_SERVERIP 10.82.120.80
> -# define CONFIG_GATEWAYIP 10.82.123.254
> # define CONFIG_OVERWRITE_ETHADDR_ONCE
>
> # define CONFIG_EXTRA_ENV_SETTINGS \
> @@ -109,8 +104,8 @@
> "u-boot=u-boot.bin\0" \
> "load=tftp ${loadaddr) ${u-boot}\0" \
> "upd=run load; run prog\0" \
> - "prog=prot off 0 2ffff;" \
> - "era 0 2ffff;" \
> + "prog=prot off 0xff800000 0xff82ffff;" \
> + "era 0xff800000 0xff82ffff;" \
> "cp.b ${loadaddr} 0 ${filesize};" \
> "save\0" \
> ""
>
prev parent 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 08/16 v2] ColdFire: Update M5253DEMO configuration file 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=4BA8F793.5080706@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