Browse Source

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>
Yegor Yefremov 15 years ago
parent
commit
31aa331d34
1 changed files with 3 additions and 1 deletions
  1. 3 1
      fs/jffs2/Config.in

+ 3 - 1
fs/jffs2/Config.in

@@ -81,7 +81,9 @@ config BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER
 	  the pagesize is not a power of 2
 	  the pagesize is not a power of 2
 
 
 config BR2_JFFS2_TARGET_SREC
 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
 config BR2_TARGET_ROOTFS_JFFS2_PAD
 	bool "Pad output"
 	bool "Pad output"