From: David Woodhouse <dwmw2@infradead.org>
To: Aaron Sierra <asierra@xes-inc.com>
Cc: Huang Shijie <b32955@freescale.com>,
linux-mtd@lists.infradead.org, Joe Schaack <jschaack@xes-inc.com>,
Artem Bityutskiy <dedekind1@gmail.com>
Subject: Re: [PATCH v2] mtd: ofpart: support partitions of 4 GB and larger
Date: Fri, 05 Apr 2013 12:23:22 +0100 [thread overview]
Message-ID: <1365161002.28127.101.camel@i7.infradead.org> (raw)
In-Reply-To: <9b66b475-1755-4842-b44e-4948ed7ed9d4@zimbra>
[-- Attachment #1: Type: text/plain, Size: 841 bytes --]
On Thu, 2013-02-21 at 16:29 -0600, Aaron Sierra wrote:
> + /* an 8 GB partition */
> + partition@0 {
> + label = "filesystem #1";
> + reg = <0x0 0x00000000 0x2 0x00000000>;
> + };
> +
> + /* a 4 GB partition */
> + partition@200000000 {
> + label = "filesystem #2";
> + reg = <0x2 0x00000000 0x1 0x00000000>;
> + };
> +};
The comments here don't match the actual definitions. I fixed it to read
as follows:
flash@2 {
#address-cells = <2>;
#size-cells = <2>;
/* an 8 GB partition */
partition@0 {
label = "filesystem #1";
reg = <0x0 0x00000000 0x1 0xdcd65000>;
};
/* a 4 GB partition */
partition@200000000 {
label = "filesystem #2";
reg = <0x1 0xdcd65000 0x0 0xee6b2800>;
};
};
--
dwmw2
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 6171 bytes --]
next prev parent reply other threads:[~2013-04-05 11:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <0da230c4-1d54-411d-ac99-93c6052c154f@zimbra>
2013-02-21 22:29 ` [PATCH v2] mtd: ofpart: support partitions of 4 GB and larger Aaron Sierra
2013-03-08 12:01 ` Artem Bityutskiy
2013-04-05 11:23 ` David Woodhouse [this message]
2013-04-05 14:18 ` Aaron Sierra
2013-04-05 14:20 ` David Woodhouse
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=1365161002.28127.101.camel@i7.infradead.org \
--to=dwmw2@infradead.org \
--cc=asierra@xes-inc.com \
--cc=b32955@freescale.com \
--cc=dedekind1@gmail.com \
--cc=jschaack@xes-inc.com \
--cc=linux-mtd@lists.infradead.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