Re: [U-Boot] Booting from Nand Flash base on i.MX51.

2010-08-24 Thread Stefano Babic
shulin.zhou wrote: > Hi, > Hi, > I am using mx51 base board, I want to make u-boot booting from nand flash. > Does anyone knows how to modify the u-boot source? You have to add support for the NAND controller, not yet in mainline. > > Does add some code to init the nand flash controller in >

[U-Boot] Booting from Nand Flash base on i.MX51.

2010-08-24 Thread shulin.zhou
Hi, I am using mx51 base board,  I want to make u-boot booting from nand flash. Does anyone knows how to modify the u-boot source? Does add some code to init the nand flash controller in flash_header.S's dcd section? Does anyone have u-boot booting from NAND on mx51? Any repository, or a patch t