From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 12 Nov 2008 15:44:58 -0600 Subject: [U-Boot] samsung 1GB nand flash In-Reply-To: <33DE240586584FFDB51FCB7B4CA94E9A@eil.com> References: <33DE240586584FFDB51FCB7B4CA94E9A@eil.com> Message-ID: <491B4E5A.6020001@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de chandan wrote: > I am using 1GB nand flash K9F1G08 flash series with SAM > 9263microcontroller. Here I am not able load the U boot in to the > board.because 1GB nand flash not defined in the nand.h and nand.c > .how to make changes in the code and where.Please educate on this > issue. The NAND device ID table is in drivers/mtd/nand/nand_ids.c. -Scott