From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric =?UTF-8?B?QsOpbmFyZA==?= Date: Wed, 27 Feb 2013 14:15:21 +0100 Subject: [U-Boot] [PATCH v2 2/2] mtd: nand: mxc_nand: Fix is_16bit_nand() In-Reply-To: <1701948647.144167.1361969590454.JavaMail.root@advansee.com> References: <1361903720-26935-1-git-send-email-fabio.estevam@freescale.com> <1361903720-26935-2-git-send-email-fabio.estevam@freescale.com> <20130227121104.15c16b00@e6520eb> <1701948647.144167.1361969590454.JavaMail.root@advansee.com> Message-ID: <20130227141521.2e0d8ca4@e6520eb> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Beno?t, Le Wed, 27 Feb 2013 13:53:10 +0100 (CET), Beno?t Th?baudeau a ?crit : > > This code is not used for NAND boot, for which the SPL version of this driver > and CONFIG_SYS_NAND_BUSWIDTH_16 are used. > I didn't follow SPL migration (I have to come back to it so the next question may be stupid sorry in advance) but once u-boot is running isn't it using the "standard" driver and no more the SPL one ? Eric