From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 07 Aug 2008 22:41:28 -0400 Subject: [U-Boot] [PATCH] [NAND] Add board_nand_init_tail to give board module a chance to init after NAND chip is scaned. In-Reply-To: <1516faed0808071906g118e3bf1ted560f41ad4dec12@mail.gmail.com> References: <1516faed0808071906g118e3bf1ted560f41ad4dec12@mail.gmail.com> Message-ID: <489BB258.40400@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hong Xu wrote: > Sometimes, board module needs to know some information about the NAND > chip e.g. page size to continue it's initialization. This short patch > give board module a chance to continue its initialization after the > NAND chip is scaned. > > best regards, > > diff --git a/drivers/mtd/nand/nand.c b/drivers/mtd/nand/nand.c > index e44470e..f795d2e 100644 * You need a "Signed-off-by" line * Typo s/scaned/scanned/ (both in the subject and the comment) * The "best regards," line should be deleted from the comment. Thanks, gvb