From: Scott Wood <scottwood@freescale.com>
To: Sean MacLennan <smaclennan@pikatech.com>
Cc: 'linuxppc-dev' <linuxppc-dev@ozlabs.org>
Subject: Re: NOR flash partitions gone
Date: Fri, 15 Feb 2008 12:14:48 -0600 [thread overview]
Message-ID: <47B5D698.2050602@freescale.com> (raw)
In-Reply-To: <47B5E3CA.5050208@pikatech.com>
Sean MacLennan wrote:
> I did a git pull of Josh's for-2.6.25 tree. Now the NOR partitions are
> no longer setup.
>
> nor_flash@0,0 {
> compatible = "amd,s29gl032a", "cfi-flash";
> bank-width = <2>;
> reg = <0 0 400000>;
> #address-cells = <1>;
> #size-cells = <1>;
> partition@300000 {
> label = "fpga";
> reg = <300000 40000>;
> };
> partition@340000 {
> label = "env";
> reg = <340000 40000>;
> };
> partition@380000 {
> label = "u-boot";
> reg = <380000 80000>;
> };
> };
>
>
>
> It still detects the chip, it just doesn't configure the partitions. Any
> ideas?
Try turning off command line partition support -- there's a bug in it
that was exposed by changes to the OF physmap code (in particular, it
returns -EINVAL rather than zero when no command line partitions are
present).
-Scott
next prev parent reply other threads:[~2008-02-15 18:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-15 19:11 NOR flash partitions gone Sean MacLennan
2008-02-15 18:14 ` Scott Wood [this message]
2008-02-15 18:17 ` Anton Vorontsov
2008-02-15 19:39 ` Sean MacLennan
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=47B5D698.2050602@freescale.com \
--to=scottwood@freescale.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=smaclennan@pikatech.com \
/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.