From: Ruedi.Hofer@ascom.ch
To: linuxppc-embedded@lists.linuxppc.org
Cc: damm@kieraypc01.p.y.ki.era.ericsson.se
Subject: initrd
Date: Fri, 04 Feb 2000 08:30:27 +0100 (CET) [thread overview]
Message-ID: <0FPE0004LA7GMA@pmdf-it.hasler.ascom.ch> (raw)
[-- Attachment #1: Type: TEXT/PLAIN, Size: 540 bytes --]
Hi
I got initrd running. The problem is exactly as assumed by Wolfgang.
Change in /usr/src/linux/arch/ppc/mbxboot/misc.c ~ line 225
from
#ifdef CONFIG_MBX
cmd_line = (char *)(load_addr - 0x10000);
#else
cmd_line = (char *)(0x200000);
#endif
to
#if (defined CONFIG_MBX || defined CONFIG_ADS)
cmd_line = (char *)(load_addr - 0x10000);
#else
cmd_line = (char *)(0x200000);
#endif
Then the mapping is alright.
Might the change be necessary for FADS as well ?!?
Cheers and thanks for your help
Ruedi
next reply other threads:[~2000-02-04 7:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-02-04 7:30 Ruedi.Hofer [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-08-22 9:53 Initrd Sébastien Chrétien
2008-08-21 13:02 Initrd Sébastien Chrétien
2000-02-03 15:39 initrd Ruedi.Hofer
2000-02-03 15:18 initrd Ruedi.Hofer
2000-02-04 6:41 ` initrd Dan Malek
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=0FPE0004LA7GMA@pmdf-it.hasler.ascom.ch \
--to=ruedi.hofer@ascom.ch \
--cc=damm@kieraypc01.p.y.ki.era.ericsson.se \
--cc=linuxppc-embedded@lists.linuxppc.org \
/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;
as well as URLs for NNTP newsgroup(s).