summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorluc <luc>2005-08-01 20:54:45 +0000
committerluc <luc>2005-08-01 20:54:45 +0000
commit71735099f6e4f4eb6037852a0590223224f22382 (patch)
tree0879cfadf78c5137d8f11d4d07448b79fc2ef4d8 /Makefile
parente528916d3c9c87aa1547b1cc2536389ef5efbcb3 (diff)
Remove the support for yaffsram.
Diffstat (limited to '')
-rw-r--r--Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index 2280398..a210c1e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
-# $Id: Makefile,v 1.5 2005-08-01 20:52:35 luc Exp $
+# $Id: Makefile,v 1.6 2005-08-01 20:54:45 luc Exp $
#
## Change or override KERNELDIR to your kernel
@@ -43,18 +43,6 @@ USE_MTD = -DCONFIG_YAFFS_YAFFS1
USE_MTD_2 = -DCONFIG_YAFFS_YAFFS2
-# CONFIG_YAFFS_RAM_ENABLED.
-# This adds the yaffsram file system support. Nice for testing on x86, but uses 2MB of RAM.
-# Don't enable for NAND-based targets.
-
-# USE_RAM_FOR_TEST = -DCONFIG_YAFFS_RAM_ENABLED
-
-# CONFIG_YAFFS2_RAM_ENABLED.
-# This adds the yaffs2ram file system support. Nice for testing on x86, but uses 2MB of RAM.
-# Don't enable for NAND-based targets.
-
-# USE_RAM_FOR_TEST_2 = -DCONFIG_YAFFS2_RAM_ENABLED
-
# CONFIG_YAFFS_USE_NANDECC
# This enables the ECC functions of the generic MTD-NAND driver.
# This will not work if you are using the old mtd.