
Dear Matt Johnson,
In message BAY145-ds8BD2332E6DD5B203B1BA5C2FF0@phx.gbl you wrote:
Instead, the standard nand_spl approach should be used.
Does this work when the board is NAND only? There is no NOR flash on the board.
Yes, this for boards that boot from NAND (usually these have only NAND and no NOR).
Where can I find more about nand_spl? Is this already coded for another board that I can copy from?
See directory nand_spl.
Boards that use this:
-> grep -l CONFIG_NAND_SPL include/configs/* include/configs/MPC8313ERDB.h include/configs/MPC8315ERDB.h include/configs/MPC8536DS.h include/configs/MPC8569MDS.h include/configs/MPC8572DS.h include/configs/P1_P2_RDB.h include/configs/PMC440.h include/configs/SIMPC8313.h include/configs/acadia.h include/configs/bamboo.h include/configs/canyonlands.h include/configs/hawkboard.h include/configs/kilauea.h include/configs/mx31pdk.h include/configs/sequoia.h include/configs/smdk6400.h include/configs/smdkc100.h include/configs/tx25.h
Best regards,
Wolfgang Denk