Re: [U-Boot-Users] Boot from NAND FLASH

2008-05-19 Thread jiale.Yin
no need to modify the start.s, isn't there any difference between booting from NOR and NAND for start.s? 2008-05-19 jiale.Yin 发件人: Scott Wood 发送时间: 2008-05-17 03:16:52 收件人: jiale.Yin 抄送: u-boot-users 主题: Re: [U-Boot-Users] Boot from NAND FLASH On Fri, May 16, 2008 at 02:54:34PM +

Re: [U-Boot-Users] Boot from NAND FLASH

2008-05-16 Thread Scott Wood
On Fri, May 16, 2008 at 02:54:34PM +0800, jiale.Yin wrote: > Our board is reference with the mpc8313erdb,and its design is to link CS0 > to the NAND FLASH, so I have to boot from NAND other than NOR.In > /board/mpc8313erdb I can find some files, such as nand_boot.c, nand.c and > nand_ecc.c, I assu

[U-Boot-Users] Boot from NAND FLASH

2008-05-15 Thread jiale.Yin
Our board is reference with the mpc8313erdb,and its design is to link CS0 to the NAND FLASH, so I have to boot from NAND other than NOR.In /board/mpc8313erdb I can find some files, such as nand_boot.c, nand.c and nand_ecc.c, which I think are related with booting from NAND.What I want to know i