From: Grazvydas Ignotas Date: Tue, 11 May 2010 11:19:46 +0000 (+0300) Subject: omap3-pandora-kernel: disable CONFIG_MTD_BLOCK X-Git-Tag: Release-2010-05/1~7^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=0bc9af7301dc3fcc287458387ee5c3bd8becdb93;hp=aabaec62d877ebe34c4d2bc22386b2620eeacb71 omap3-pandora-kernel: 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. --- 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