From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] mx31ads: fix loadaddr environment variable define
Date: Sun, 27 Apr 2008 23:44:42 +0200 [thread overview]
Message-ID: <20080427214442.804C724764@gemini.denx.de> (raw)
In-Reply-To: Your message of "Sun, 27 Apr 2008 22:14:39 +0200." <Pine.LNX.4.64.0804272210370.6246@axis700.grange>
In message <Pine.LNX.4.64.0804272210370.6246@axis700.grange> you wrote:
>
> > 2. dhcp command is undefined, only bootp is available.
>
> It wasn't needed in the environment the configuration has been programmed
> for. Patches are welcome:-)
Please add it. It's default...
> Thanks
> Guennadi
>
> include/configs/mx31ads.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h
> index 5286e1f..301afd5 100644
> --- a/include/configs/mx31ads.h
> +++ b/include/configs/mx31ads.h
> @@ -87,7 +87,7 @@
> #define CONFIG_NETMASK 255.255.255.0
> #define CONFIG_IPADDR 192.168.23.168
> #define CONFIG_SERVERIP 192.168.23.2
> -#define CONFIG_LOADADDR (CSD0_BASE + 0x800000) /* loadaddr env var */
> +#define CONFIG_LOADADDR 0x80800000 /* loadaddr env var */
And while we are at it: Please remove all these default network
settings. I don't like these at all.
Thanks.
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
The further the spiritual evolution of mankind advances, the more
certain it seems to me that the path to genuine religiosity does not
lie through the fear of life, and the fear of death, and blind faith,
but through striving after rational knowledge. - Albert Einstein
next prev parent reply other threads:[~2008-04-27 21:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-26 21:06 [U-Boot-Users] Problems with 1.3.3-rc1 on i.MX31ADS Felix Radensky
2008-04-27 20:14 ` [U-Boot-Users] [PATCH] mx31ads: fix loadaddr environment variable define Guennadi Liakhovetski
2008-04-27 21:44 ` Wolfgang Denk [this message]
2008-04-27 22:25 ` [U-Boot-Users] [PATCH v2] " Guennadi Liakhovetski
2008-04-28 8:10 ` Felix Radensky
2008-04-28 9:10 ` Wolfgang Denk
2008-04-29 20:55 ` [U-Boot-Users] Problems with 1.3.3-rc1 on i.MX31ADS Robert Schwebel
2008-04-30 6:52 ` Felix Radensky
2008-04-30 20:55 ` Robert Schwebel
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=20080427214442.804C724764@gemini.denx.de \
--to=wd@denx.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.