wdenk | 998eaae | 2004-04-18 19:43:36 +0000 | [diff] [blame] | 1 | JFFS2 NAND support: |
| 2 | |
Otavio Salvador | 0ff5d14 | 2013-10-03 08:04:40 -0300 | [diff] [blame] | 3 | To enable, use the following #define in the board configuration file: |
wdenk | 998eaae | 2004-04-18 19:43:36 +0000 | [diff] [blame] | 4 | |
Simon Glass | b2482df | 2016-10-02 18:00:59 -0600 | [diff] [blame] | 5 | #define CONFIG_JFFS2_NAND |
wdenk | 998eaae | 2004-04-18 19:43:36 +0000 | [diff] [blame] | 6 | |
| 7 | Configuration of partitions is similar to how this is done in U-Boot |
Simon Glass | b2482df | 2016-10-02 18:00:59 -0600 | [diff] [blame] | 8 | for JFFS2 on top NOR flash. |