Re: [PATCH] Set the fsl elbc ECCM according the settings in bootloader.

2008-12-08 Thread Scott Wood
On Mon, Dec 08, 2008 at 11:41:03AM +0800, Jason Jin wrote: > The ECCM maybe set in bootloader, Get ECCM settings from the bootloader, > can avoid the image written by bootloader cannot read out by kernel. > > But the limitation of doing it this way is that, it could break large page > NAND if it i

[PATCH] Set the fsl elbc ECCM according the settings in bootloader.

2008-12-07 Thread Jason Jin
The ECCM maybe set in bootloader, Get ECCM settings from the bootloader, can avoid the image written by bootloader cannot read out by kernel. But the limitation of doing it this way is that, it could break large page NAND if it is written with NAND disabled in u-boot and read with NAND enabled, or