mtd/drivers/mtd/nand Config.in, 1.19, 1.20 Kconfig, 1.13,
1.14 diskonchip.c, 1.22, 1.23
dbrown at infradead.org
dbrown at infradead.org
Mon Jul 12 20:14:38 EDT 2004
- Previous message: mtd/drivers/mtd/maps dc21285.c, 1.19, 1.20 elan-104nc.c, 1.20,
1.21 ichxrom.c, 1.3, 1.4 ixp4xx.c, 1.2, 1.3 octagon-5066.c,
1.25, 1.26 pci.c, 1.7, 1.8 pcmciamtd.c, 1.50, 1.51 sbc8240.c,
1.3, 1.4 sbc_gxx.c, 1.28, 1.29 tsunami_flash.c, 1.7,
1.8 vmax301.c, 1.29, 1.30
- Next message: mtd/drivers/mtd/nand nand_base.c,1.111,1.112
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv27250
Modified Files:
Config.in Kconfig diskonchip.c
Log Message:
Fix stupid spelling mistake (Millennium has two n's).
Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Config.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Config.in 12 Jul 2004 18:41:59 -0000 1.19
+++ Config.in 13 Jul 2004 00:14:35 -0000 1.20
@@ -44,7 +44,7 @@
dep_tristate ' NAND Flash Driver for DiskOnChip (Early development!!)' CONFIG_MTD_NAND_DISKONCHIP $CONFIG_MTD_NAND $CONFIG_EXPERIMENTAL
if [ "$CONFIG_MTD_NAND_DISKONCHIP" = "y" -o "$CONFIG_MTD_NAND_DISKONCHIP" = "m" ]; then
- bool ' Allow BBT write on DiskOnChip Millenium and 2000TSOP' CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE
+ bool ' Allow BBT write on DiskOnChip Millennium and 2000TSOP' CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE
fi
endmenu
Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/Kconfig,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- Kconfig 12 Jul 2004 18:41:59 -0000 1.13
+++ Kconfig 13 Jul 2004 00:14:35 -0000 1.14
@@ -81,20 +81,20 @@
This enables the NAND flash driver on the PPChameleon EVB Board.
config MTD_NAND_DISKONCHIP
- tristate "DiskOnChip 2000 and Millenium (NAND reimplementation) (EXPERIMENTAL)"
+ tristate "DiskOnChip 2000 and Millennium (NAND reimplementation) (EXPERIMENTAL)"
depends on MTD_NAND && EXPERIMENTAL
help
This is a reimplementation of M-Systems DiskOnChip 2000 and
- Millenium as a standard NAND device driver, as opposed to the
+ Millennium as a standard NAND device driver, as opposed to the
earlier self-contained MTD device drivers.
This should enable, among other things, proper JFFS2 operation on
these devices.
config MTD_NAND_DISKONCHIP_BBTWRITE
- bool "Allow BBT writes on DiskOnChip Millenium and 2000TSOP"
+ bool "Allow BBT writes on DiskOnChip Millennium and 2000TSOP"
depends on MTD_NAND_DISKONCHIP
help
- On DiskOnChip devices shipped with the INFTL filesystem (Millenium
+ On DiskOnChip devices shipped with the INFTL filesystem (Millennium
and 2000 TSOP/Alon), Linux reserves some space at the end of the
device for the Bad Block Table (BBT). If you have existing INFTL
data on your device (created by non-Linux tools such as M-Systems'
Index: diskonchip.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/diskonchip.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- diskonchip.c 12 Jul 2004 18:41:59 -0000 1.22
+++ diskonchip.c 13 Jul 2004 00:14:35 -0000 1.23
@@ -936,7 +936,7 @@
if (mtd->size == (8<<20)) {
#if 0
/* This doesn't seem to work for me. I get ECC errors on every page. */
- /* The Millenium 8MiB is actually an NFTL device! */
+ /* The Millennium 8MiB is actually an NFTL device! */
mtd->name = "DiskOnChip Millennium 8MiB (NFTL)";
return nftl_scan_bbt(mtd);
#endif
- Previous message: mtd/drivers/mtd/maps dc21285.c, 1.19, 1.20 elan-104nc.c, 1.20,
1.21 ichxrom.c, 1.3, 1.4 ixp4xx.c, 1.2, 1.3 octagon-5066.c,
1.25, 1.26 pci.c, 1.7, 1.8 pcmciamtd.c, 1.50, 1.51 sbc8240.c,
1.3, 1.4 sbc_gxx.c, 1.28, 1.29 tsunami_flash.c, 1.7,
1.8 vmax301.c, 1.29, 1.30
- Next message: mtd/drivers/mtd/nand nand_base.c,1.111,1.112
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list