From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] nand: allow demand initialization
Date: Tue, 12 Oct 2010 15:26:15 -0400 [thread overview]
Message-ID: <201010121526.16608.vapier@gentoo.org> (raw)
In-Reply-To: <20101011162733.7410b886@udp111988uds.am.freescale.net>
On Monday, October 11, 2010 17:27:33 Scott Wood wrote:
> On Mon, 11 Oct 2010 17:02:00 -0400 Mike Frysinger wrote:
> > On Monday, October 11, 2010 16:29:41 Scott Wood wrote:
> > > On Sun, Oct 10, 2010 at 06:37:40AM -0400, Mike Frysinger wrote:
> > > > --- a/common/cmd_nand.c
> > > > +++ b/common/cmd_nand.c
> > > > @@ -309,6 +309,8 @@
> > > >
> > > > if (argc < 2)
> > > >
> > > > goto usage;
> > > >
> > > > + nand_init();
> > > > +
> > >
> > > Also do_nandboot().
> >
> > does it need to be before the mtdparts init stuff, or can it be in
> > nand_load_image() ?
>
> I think before -- the mtdparts init checks whether an mtd device
> actually exists. Though in that case, and also for things
> like mtdparts.spread, nand_init() should go in mtdparts_init(), and also
> nand_load_image() in case mtdparts aren't enabled.
np
> OTOH, I'm fine with leaving that as a future refinement for someone who
> is using embedded-env with NAND and cares about the boot time it adds.
i'd lean towards this too. i have no way of testing this behavior.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20101012/136334ac/attachment.pgp
next prev parent reply other threads:[~2010-10-12 19:26 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-10 10:37 [U-Boot] [PATCH 1/3] nand: allow demand initialization Mike Frysinger
2010-10-10 10:40 ` [U-Boot] [PATCH 2/3] nand: introduce CONFIG_NAND_EARLY_INIT and nand_early_init() Mike Frysinger
2010-10-12 17:33 ` Ben Gardiner
2010-10-12 19:35 ` [U-Boot] [PATCH 2/3 v2] " Mike Frysinger
2010-10-12 20:13 ` Ben Gardiner
2010-10-12 20:19 ` Wolfgang Denk
2010-10-12 20:55 ` Mike Frysinger
2010-10-15 18:59 ` Scott Wood
2010-10-10 10:40 ` [U-Boot] [PATCH 3/3] Blackfin: enable delayed NAND for all relevant boards Mike Frysinger
2010-10-11 20:29 ` [U-Boot] [PATCH 1/3] nand: allow demand initialization Scott Wood
2010-10-11 21:02 ` Mike Frysinger
2010-10-11 21:27 ` Scott Wood
2010-10-12 19:26 ` Mike Frysinger [this message]
2010-10-12 19:35 ` [U-Boot] [PATCH 1/3 v2] nand: introduce CONFIG_NAND_EARLY_INIT and nand_early_init() Mike Frysinger
2010-10-15 18:56 ` [U-Boot] [PATCH 1/3 v2] nand: allow demand initialization Scott Wood
2010-10-15 19:04 ` Mike Frysinger
2010-10-18 20:16 ` Scott Wood
2010-10-19 5:40 ` Mike Frysinger
2010-10-19 15:58 ` Scott Wood
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=201010121526.16608.vapier@gentoo.org \
--to=vapier@gentoo.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox