
On Wed, Jul 16, 2014 at 04:47:30PM -0400, Jon Cormier wrote:
On Wed, Jul 16, 2014 at 3:03 PM, Gupta, Pekon pekon@ti.com wrote:
[snip]
I noticed this commit when looking for nand changes in the latest u-boot
but I'm not sure how this actually affects the SPL nand support. And whether it helps me move towards my goal.
(6dd3b566893a99629771e076dca1ce8db7b77dc1) mtd: Add a
CONFIG_SPL_MTD_SUPPORT for a more full NAND subsystem in SPL
This may help you. But I don't have much knowledge on use of MTD framework in SPL.
- Tom Rini
Good call.
Tom, What was the reason for this patch? Can it help by allowing SPL access to ONFI or omap_nand_switch_ecc?
This was part of, but not enough, to make the full MTD/NAND subsystems available within SPL, to for example re-use the environment code.