From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 26 Apr 2010 22:42:39 +0800 Subject: [U-Boot] Query: NAND Flash support In-Reply-To: <4BD56844.8040908@e-consystems.com> References: <4BD56844.8040908@e-consystems.com> Message-ID: <4BD5A65F.4090905@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/26/2010 06:17 PM, Mohamed Thalib H wrote: > Hi all, > > We have NAND Flash in our Custom board. My Question is - will it work > straight away, or I have add support. > > If I need to add support. Could some one suggestion which part of the > code should I touch. > > > We are using TI DM355 processor. > > Hi Thalib, You might check the nand platform driver, at drivers/mtd/nand/nand_plat.c. You should be able to add some simple macro to access the nand flash chip. Cheers, Thomas