[oe] [meta-handheld][PATCH 4/5] linux-yocto: unset CONFIG_MTD_NAND_VERIFY_WRITE for Zaurus

Andrea Adami andrea.adami at gmail.com
Mon Jul 9 23:22:38 UTC 2012


* for easier UBI support whithout needing VID HDR offsets
* (dedekind, the author, says this setting is only meant for debug)

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 recipes-kernel/linux/linux-yocto/akita/akita.cfg   |    2 +-
 recipes-kernel/linux/linux-yocto/c7x0/c7x0.cfg     |    2 +-
 recipes-kernel/linux/linux-yocto/collie/collie.cfg |    2 +-
 recipes-kernel/linux/linux-yocto/poodle/poodle.cfg |    2 +-
 recipes-kernel/linux/linux-yocto/spitz/spitz.cfg   |    2 +-
 recipes-kernel/linux/linux-yocto/tosa/tosa.cfg     |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes-kernel/linux/linux-yocto/akita/akita.cfg b/recipes-kernel/linux/linux-yocto/akita/akita.cfg
index d9096fd..6f0db54 100644
--- a/recipes-kernel/linux/linux-yocto/akita/akita.cfg
+++ b/recipes-kernel/linux/linux-yocto/akita/akita.cfg
@@ -921,7 +921,7 @@ CONFIG_MTD_PHYSMAP=y
 CONFIG_MTD_NAND_ECC=y
 # CONFIG_MTD_NAND_ECC_SMC 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_BCH is not set
 # CONFIG_MTD_SM_COMMON is not set
 # CONFIG_MTD_NAND_MUSEUM_IDS is not set
diff --git a/recipes-kernel/linux/linux-yocto/c7x0/c7x0.cfg b/recipes-kernel/linux/linux-yocto/c7x0/c7x0.cfg
index 87731b6..5655f0d 100644
--- a/recipes-kernel/linux/linux-yocto/c7x0/c7x0.cfg
+++ b/recipes-kernel/linux/linux-yocto/c7x0/c7x0.cfg
@@ -910,7 +910,7 @@ CONFIG_MTD_PHYSMAP=y
 CONFIG_MTD_NAND_ECC=y
 # CONFIG_MTD_NAND_ECC_SMC 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_BCH is not set
 # CONFIG_MTD_SM_COMMON is not set
 # CONFIG_MTD_NAND_MUSEUM_IDS is not set
diff --git a/recipes-kernel/linux/linux-yocto/collie/collie.cfg b/recipes-kernel/linux/linux-yocto/collie/collie.cfg
index ff200b8..ad709c5 100644
--- a/recipes-kernel/linux/linux-yocto/collie/collie.cfg
+++ b/recipes-kernel/linux/linux-yocto/collie/collie.cfg
@@ -887,7 +887,7 @@ CONFIG_MTD_SA1100=y
 CONFIG_MTD_NAND_ECC=y
 # CONFIG_MTD_NAND_ECC_SMC 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_BCH is not set
 # CONFIG_MTD_SM_COMMON is not set
 # CONFIG_MTD_NAND_MUSEUM_IDS is not set
diff --git a/recipes-kernel/linux/linux-yocto/poodle/poodle.cfg b/recipes-kernel/linux/linux-yocto/poodle/poodle.cfg
index 545e5e3..c20557e 100644
--- a/recipes-kernel/linux/linux-yocto/poodle/poodle.cfg
+++ b/recipes-kernel/linux/linux-yocto/poodle/poodle.cfg
@@ -909,7 +909,7 @@ CONFIG_MTD_PHYSMAP=y
 CONFIG_MTD_NAND_ECC=y
 # CONFIG_MTD_NAND_ECC_SMC 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_BCH is not set
 # CONFIG_MTD_SM_COMMON is not set
 # CONFIG_MTD_NAND_MUSEUM_IDS is not set
diff --git a/recipes-kernel/linux/linux-yocto/spitz/spitz.cfg b/recipes-kernel/linux/linux-yocto/spitz/spitz.cfg
index 0998a0f..f3f6561 100644
--- a/recipes-kernel/linux/linux-yocto/spitz/spitz.cfg
+++ b/recipes-kernel/linux/linux-yocto/spitz/spitz.cfg
@@ -921,7 +921,7 @@ CONFIG_MTD_PHYSMAP=y
 CONFIG_MTD_NAND_ECC=y
 # CONFIG_MTD_NAND_ECC_SMC 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_BCH is not set
 # CONFIG_MTD_SM_COMMON is not set
 # CONFIG_MTD_NAND_MUSEUM_IDS is not set
diff --git a/recipes-kernel/linux/linux-yocto/tosa/tosa.cfg b/recipes-kernel/linux/linux-yocto/tosa/tosa.cfg
index 4b28265..31c6da3 100644
--- a/recipes-kernel/linux/linux-yocto/tosa/tosa.cfg
+++ b/recipes-kernel/linux/linux-yocto/tosa/tosa.cfg
@@ -923,7 +923,7 @@ CONFIG_MTD_PHYSMAP=y
 CONFIG_MTD_NAND_ECC=y
 # CONFIG_MTD_NAND_ECC_SMC 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_BCH is not set
 # CONFIG_MTD_SM_COMMON is not set
 # CONFIG_MTD_NAND_MUSEUM_IDS is not set
-- 
1.7.8.6





More information about the Openembedded-devel mailing list