]>
Commit | Line | Data |
---|---|---|
998eaaec WD |
1 | JFFS2 NAND support: |
2 | ||
0ff5d146 | 3 | To enable, use the following #define in the board configuration file: |
998eaaec | 4 | |
b2482dff | 5 | #define CONFIG_JFFS2_NAND |
998eaaec WD |
6 | |
7 | Configuration of partitions is similar to how this is done in U-Boot | |
b2482dff | 8 | for JFFS2 on top NOR flash. |