blob: 92fa0f6ea862121545b38e54e0fcd06a6ae23728 [file] [log] [blame]
wdenk998eaae2004-04-18 19:43:36 +00001JFFS2 NAND support:
2
Otavio Salvador0ff5d142013-10-03 08:04:40 -03003To enable, use the following #define in the board configuration file:
wdenk998eaae2004-04-18 19:43:36 +00004
Simon Glassb2482df2016-10-02 18:00:59 -06005#define CONFIG_JFFS2_NAND
wdenk998eaae2004-04-18 19:43:36 +00006
7Configuration of partitions is similar to how this is done in U-Boot
Simon Glassb2482df2016-10-02 18:00:59 -06008for JFFS2 on top NOR flash.