summaryrefslogtreecommitdiffstats
path: root/include/configs/spear-common.h
diff options
context:
space:
mode:
authorAmit Virdi <amit.virdi@st.com>2012-05-07 13:06:58 +0530
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-07-07 14:07:42 +0200
commit8337aa5c0b22bc9e1d8ae9d7b2270735670233bd (patch)
tree57ad100d090dc23acd71bc3fa68c3a919e4dcfad /include/configs/spear-common.h
parentbc912e78f4bad932096633815139cd003ad5c485 (diff)
downloadblackbird-obmc-uboot-8337aa5c0b22bc9e1d8ae9d7b2270735670233bd.tar.gz
blackbird-obmc-uboot-8337aa5c0b22bc9e1d8ae9d7b2270735670233bd.zip
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 <amit.virdi@st.com> Acked-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/spear-common.h')
-rw-r--r--include/configs/spear-common.h1
1 files changed, 0 insertions, 1 deletions
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
OpenPOWER on IntegriCloud