From: Amit Virdi Date: Mon, 7 May 2012 07:36:58 +0000 (+0530) Subject: SPEAr: Remove CONFIG_MTD_NAND_VERIFY_WRITE to speed up NAND access X-Git-Tag: v2012.07-rc1~11^2~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8337aa5c0b22bc9e1d8ae9d7b2270735670233bd;p=oweals%2Fu-boot.git SPEAr: Remove CONFIG_MTD_NAND_VERIFY_WRITE to speed up NAND access When CONFIG_MTD_NAND_VERIFY_WRITE is defined, nand driver read back the data everytime it writes. This process unnecessarily slows down the nand access. Signed-off-by: Amit Virdi Acked-by: Stefan Roese Signed-off-by: Stefan Roese --- diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index aa9ec5d951..32e1fcc98d 100644 --- a/include/configs/spear-common.h +++ b/include/configs/spear-common.h @@ -105,7 +105,6 @@ #define CONFIG_MTD_PARTITIONS #define CONFIG_NAND_FSMC #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define CONFIG_MTD_NAND_VERIFY_WRITE 1 #define CONFIG_SYS_NAND_ONFI_DETECTION #define CONFIG_SYS_NAND_QUIET_TEST