diff options
| author | Minkyu Kang <[email protected]> | 2010-05-31 09:13:11 +0900 |
|---|---|---|
| committer | Minkyu Kang <[email protected]> | 2010-05-31 09:13:11 +0900 |
| commit | 922d27b596c179c5a7d68abe45ede5adb1b6589c (patch) | |
| tree | c5ef3d5dc70bf51646a7fd7a379f6c2b2588cc2e /doc/README.JFFS2_NAND | |
| parent | de200874fb9ecac51d74b4e9783ebb5d2e94c449 (diff) | |
| parent | 39c209546ab5b11ca6410c5cc57dcbf457e50800 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Conflicts:
arch/arm/include/asm/mach-types.h
Signed-off-by: Minkyu Kang <[email protected]>
Diffstat (limited to 'doc/README.JFFS2_NAND')
| -rw-r--r-- | doc/README.JFFS2_NAND | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.JFFS2_NAND b/doc/README.JFFS2_NAND index 2b3326bc152..5018ae83425 100644 --- a/doc/README.JFFS2_NAND +++ b/doc/README.JFFS2_NAND @@ -5,7 +5,7 @@ To ebable, use the following #define in the board configuration file: #define CONFIG_JFFS2_NAND 1 Configuration of partitions is similar to how this is done in U-Boot -for JFFS2 on top NOR flash. If a single parition is used, it can be +for JFFS2 on top NOR flash. If a single partition is used, it can be configured using the following #defines in the configuration file: #define CONFIG_JFFS2_NAND_DEV 0 /* nand device jffs2 lives on */ |
