From 438da1051458a91812a26316414380ed540ec754 Mon Sep 17 00:00:00 2001 From: imcd Date: Mon, 23 Jul 2007 19:43:07 +0000 Subject: [PATCH] Update comments about use of CONFIG_YAFFS_9BYTE_TAGS option. --- Kconfig | 3 ++- moduleconfig.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 */ -- 2.30.2