diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-14 11:16:09 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-14 11:20:38 +0100 |
commit | 921f75e2607e7f3d16b7ba8ee62ed68a3632eeb7 (patch) | |
tree | 52d34a6933d342adc08bedb6d8f233736a90fa62 /fs/jffs2/Config.in | |
parent | acd062778f940e91ae27643b1620e205ecd04816 (diff) | |
download | buildroot-novena-921f75e2607e7f3d16b7ba8ee62ed68a3632eeb7.tar.gz buildroot-novena-921f75e2607e7f3d16b7ba8ee62ed68a3632eeb7.zip |
fs/jffs2: remove BR2_JFFS2_TARGET_SREC option
This kind of custom image conversion is better handled outside BR.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs/jffs2/Config.in')
-rw-r--r-- | fs/jffs2/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/jffs2/Config.in b/fs/jffs2/Config.in index edb1f4d94..5748fbb63 100644 --- a/fs/jffs2/Config.in +++ b/fs/jffs2/Config.in @@ -80,11 +80,6 @@ config BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER Do not use cleanmarkers if using NAND flash or Dataflash where the pagesize is not a power of 2 -config BR2_JFFS2_TARGET_SREC - 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" |