From 98eff3a28e3cee9f8ad334e7eda72fb1a9718e90 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Tue, 11 May 2010 14:19:46 +0300 Subject: [PATCH] disable CONFIG_MTD_BLOCK We are using UBI so there is no reason to have NAND as block devices, and there is nanddump/nandwrite to read/write if we really need to. This also fixes read errors on boot where Angstrom peeks some mtdblock devices which are in different ECC mode. --- recipes/linux/omap3-pandora-kernel/defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/linux/omap3-pandora-kernel/defconfig b/recipes/linux/omap3-pandora-kernel/defconfig index d34a6f6..5491f80 100755 --- a/recipes/linux/omap3-pandora-kernel/defconfig +++ b/recipes/linux/omap3-pandora-kernel/defconfig @@ -544,7 +544,8 @@ CONFIG_MTD_PARTITIONS=y # CONFIG_MTD_CHAR=y CONFIG_MTD_BLKDEVS=y -CONFIG_MTD_BLOCK=y +# CONFIG_MTD_BLOCK is not set +# CONFIG_MTD_BLOCK_RO is not set # CONFIG_FTL is not set # CONFIG_NFTL is not set # CONFIG_INFTL is not set -- 2.39.2