[kernel] r15198 - in dists/sid/linux-2.6/debian: . config/armel

Martin Michlmayr tbm at alioth.debian.org
Thu Feb 18 17:00:49 UTC 2010


Author: tbm
Date: Thu Feb 18 17:00:43 2010
New Revision: 15198

Log:
Disable MTD_NAND_VERIFY_WRITE to avoid errors with ubifs on OpenRD
(Thanks Gert Doering). (Closes: #570407)

Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/config/armel/config.kirkwood

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Thu Feb 18 16:55:46 2010	(r15197)
+++ dists/sid/linux-2.6/debian/changelog	Thu Feb 18 17:00:43 2010	(r15198)
@@ -18,8 +18,11 @@
   [ Bastian Blank ]
   * Restrict access to sensitive SysRq keys by default.
 
+  [ Martin Michlmayr ]
   * [armel/iop32x] Enable ARCH_IQ80321 and ARCH_IQ31244 (Thanks Arnaud
     Patard).
+  * [armel/kirkwood] Disable MTD_NAND_VERIFY_WRITE to avoid errors
+    with ubifs on OpenRD (Thanks Gert Doering) (Closes: #570407)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Fri, 12 Feb 2010 02:59:33 +0000
 

Modified: dists/sid/linux-2.6/debian/config/armel/config.kirkwood
==============================================================================
--- dists/sid/linux-2.6/debian/config/armel/config.kirkwood	Thu Feb 18 16:55:46 2010	(r15197)
+++ dists/sid/linux-2.6/debian/config/armel/config.kirkwood	Thu Feb 18 17:00:43 2010	(r15198)
@@ -401,7 +401,7 @@
 ## file: drivers/mtd/nand/Kconfig
 ##
 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_DISKONCHIP is not set



More information about the Kernel-svn-changes mailing list