From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 16 Nov 2012 14:19:43 -0600 Subject: [U-Boot] [PATCH v2 13/13] mxc nand: Add support for i.MX5 In-Reply-To: <1353097131.13910.4@snotra> (from scottwood@freescale.com on Fri Nov 16 14:18:51 2012) References: <1353018123.7487.12@snotra> <822775189.1498148.1353096933515.JavaMail.root@advansee.com> <1353097131.13910.4@snotra> Message-ID: <1353097183.13910.5@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/16/2012 02:18:51 PM, Scott Wood wrote: > On 11/16/2012 02:15:33 PM, Beno?t Th?baudeau wrote: >> The EFIKA MX Smartbook probably has MLC if we consider its NAND >> size. 4-kiB >> pages should be supported by nand_spl/nand_boot_fsl_nfc.c, but not >> yet by >> drivers/mtd/nand/mxc_nand.c. The latter currently has a >> CONFIG_SYS_NAND_LARGEPAGE to differentiate 512-B and 2-kiB pages. If >> we were to >> add support for 4-kiB pages to this driver, I think that this should >> be >> replaced with a CONFIG_SYS_NAND_PAGE_SIZE like in >> nand_boot_fsl_nfc.c. Do you >> agree? > > Yes. ...or use the runtime detection if practical. -Scott