From: imcd Date: Mon, 23 Jul 2007 19:43:07 +0000 (+0000) Subject: Update comments about use of CONFIG_YAFFS_9BYTE_TAGS option. X-Git-Tag: pre-name-change~303 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=438da1051458a91812a26316414380ed540ec754 Update comments about use of CONFIG_YAFFS_9BYTE_TAGS option. --- diff --git a/Kconfig b/Kconfig index f55b3c5..272df72 100644 --- a/Kconfig +++ b/Kconfig @@ -43,7 +43,8 @@ config YAFFS_9BYTE_TAGS format that you need to continue to support. New data written also uses the older-style format. Note: Use of this option generally requires that MTD's oob layout be adjusted to use the - older-style format. See notes on tags formats and MTD versions. + older-style format. See notes on tags formats and MTD versions + in yaffs_mtdif1.c. If unsure, say N. diff --git a/moduleconfig.h b/moduleconfig.h index af0585f..faf135d 100644 --- a/moduleconfig.h +++ b/moduleconfig.h @@ -54,7 +54,7 @@ that you need to continue to support. New data written also uses the older-style format. Note: Use of this option generally requires that MTD's oob layout be adjusted to use the older-style format. See notes on tags formats and -MTD versions. +MTD versions in yaffs_mtdif1.c. */ /* Default: Not selected */ /* Meaning: Use older-style on-NAND data format with pageStatus byte */