diff options
author | Wolfgang Denk <wd@denx.de> | 2009-11-17 21:27:39 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-05-21 22:05:05 +0200 |
commit | 445093d175b06226549680b6894923bb0f5e50fa (patch) | |
tree | 3ec32c2b5e44d766a73ec7080518d803c6987b7e /doc/README.JFFS2_NAND | |
parent | 2f05e394fccf62a4693c6b8323de725f90d1f003 (diff) |
Fix "par[t]ition" typo.
Signed-off-by: Wolfgang Denk <wd@denx.de>
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 */ |