From: Dave Liu <r63238@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 1/3] mpc83xx: update the default load address for 837xemds board
Date: Tue, 22 Apr 2008 15:17:36 +0800 [thread overview]
Message-ID: <1208848656.3789.6.camel@localhost.localdomain> (raw)
In-Reply-To: <20080421165751.291605cd.kim.phillips@freescale.com>
> > Update the default load address. if not, the kernel image
> > will be overwritten when u-boot boot the latest linux kernel.
> >
> > Signed-off-by: Dave Liu <daveliu@freescale.com>
> > ---
> > include/configs/MPC837XEMDS.h | 4 ++--
> > 1 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h
> > index 7fc0f7e..b2b4aa1 100644
> > --- a/include/configs/MPC837XEMDS.h
> > +++ b/include/configs/MPC837XEMDS.h
> > @@ -595,7 +595,7 @@
> >
> > #define CONFIG_BAUDRATE 115200
> >
> > -#define CONFIG_LOADADDR 200000 /* default location for tftp and bootm */
> > +#define CONFIG_LOADADDR 2000000 /* default location for tftp and bootm */
> >
> > #define CONFIG_BOOTDELAY 6 /* -1 disables auto-boot */
> > #undef CONFIG_BOOTARGS /* the boot command will set bootargs */
> > @@ -605,7 +605,7 @@
> > "consoledev=ttyS0\0" \
> > "ramdiskaddr=1000000\0" \
> > "ramdiskfile=ramfs.83xx\0" \
> > - "fdtaddr=400000\0" \
> > + "fdtaddr=3000000\0" \
>
> is such a drastic difference really necessary? how about we double
> them instead?
Of course, double them is also OK.
I set them as sort. it's better to remember.
ramdiskaddr = 0x1000000
loadaddr = 0x2000000
fdtaddr = 0x3000000.
Thanks,
Dave
prev parent reply other threads:[~2008-04-22 7:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-15 5:10 [U-Boot-Users] [PATCH 1/3] mpc83xx: update the default load address for 837xemds board Dave Liu
2008-04-21 21:57 ` Kim Phillips
2008-04-22 0:26 ` Jerry Van Baren
2008-04-22 7:17 ` Dave Liu [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=1208848656.3789.6.camel@localhost.localdomain \
--to=r63238@freescale.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 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.