diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-24 22:09:39 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-10-24 22:09:39 +0200 |
commit | 97a4caf877fd9d1eb4f63acc21ae8df1003fc353 (patch) | |
tree | 124d510e70e8fdb12130b93584f49e75f5567eb0 /recipes/linux/linux-kirkwood/openrd-client | |
parent | 42b73a456bc890fee7fdeb1ba15f59754c673b88 (diff) |
linux-kirkwood: disabled ubi verify in defconfig (CONFIG_MTD_NAND_VERIFY_WRITE)
verification of 2048 byte pages does not work properly
also added MACHINE sheevaplug to recipe
Diffstat (limited to 'recipes/linux/linux-kirkwood/openrd-client')
-rw-r--r-- | recipes/linux/linux-kirkwood/openrd-client/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-kirkwood/openrd-client/defconfig b/recipes/linux/linux-kirkwood/openrd-client/defconfig index 1aa8838333..24fe35a122 100644 --- a/recipes/linux/linux-kirkwood/openrd-client/defconfig +++ b/recipes/linux/linux-kirkwood/openrd-client/defconfig @@ -719,7 +719,7 @@ CONFIG_MTDRAM_ERASE_SIZE=128 # CONFIG_MTD_DOC2001 is not set # CONFIG_MTD_DOC2001PLUS is not set CONFIG_MTD_NAND=y -CONFIG_MTD_NAND_VERIFY_WRITE=y +#CONFIG_MTD_NAND_VERIFY_WRITE is not set # CONFIG_MTD_NAND_ECC_SMC is not set # CONFIG_MTD_NAND_MUSEUM_IDS is not set # CONFIG_MTD_NAND_GPIO is not set |