Re: [U-Boot] [PATCH 02/11] SPL: NAND: add support for mxs nand

2014-04-14 Thread Stefano Babic
Hi Tim, sorry for late review. On 03/04/2014 08:01, Tim Harvey wrote: This utilizes existing nand support, including the mtd layer to provide a a method to load an image off nand for SPL. It is somewhat bulky but avoids duplicating code. This will need to be split out and re-based on top

[U-Boot] [PATCH 02/11] SPL: NAND: add support for mxs nand

2014-04-03 Thread Tim Harvey
This utilizes existing nand support, including the mtd layer to provide a a method to load an image off nand for SPL. It is somewhat bulky but avoids duplicating code. This will need to be split out and re-based on top of Tom's recent patch to add MTD NAND support which is needed here.