diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2010-08-30 16:12:50 +0200 |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-08-30 23:37:20 +0200 |
| commit | 31aa331d34a67dd5a819d9a78aa0e265ff0b8bf3 (patch) | |
| tree | 6a722200f8aa4bda17996260224b21f0584110b1 | |
| parent | 939c24d2a496452306aa25e3a19a8200cd950dac (diff) | |
| download | buildroot-novena-31aa331d34a67dd5a819d9a78aa0e265ff0b8bf3.tar.gz buildroot-novena-31aa331d34a67dd5a819d9a78aa0e265ff0b8bf3.zip | |
Add JFFS2 SREC format description
Add JFFS2 SREC format description
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| -rw-r--r-- | fs/jffs2/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/jffs2/Config.in b/fs/jffs2/Config.in index b787ec9d1..3f1656869 100644 --- a/fs/jffs2/Config.in +++ b/fs/jffs2/Config.in @@ -81,7 +81,9 @@ config BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER the pagesize is not a power of 2 config BR2_JFFS2_TARGET_SREC - bool "RootFS in SREC file formet" + bool "RootFS in SREC file format" + help + The binary data will be encoded in Motorola's S-record format config BR2_TARGET_ROOTFS_JFFS2_PAD bool "Pad output" |
