Hi, all<br>I still use uboot 1.1.5, because the latest version doesn't support ATMEL board AT91SAM926*<br>We only have nand flash in our system, I want to make u-boot get kernel image from JFFS2 of NAND.<br>But it seems that uboot1.1.5 can only support "nand jffs2.read", then how can I get the kernel image?<br>Now I have two solutions:<br>1. Make 1.1.5 supports fsload from nand.<br>2. Porting to uboot 1.3.1<br>Which one is reasonable?<br>