]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
st_smi: Change SMI timeout values
authorAmit Virdi <amit.virdi@st.com>
Mon, 7 May 2012 07:30:21 +0000 (13:00 +0530)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:38 +0000 (14:07 +0200)
Signed-off-by: Amit Virdi <amit.virdi@st.com>
Signed-off-by: Stefan Roese <sr@denx.de>
include/linux/mtd/st_smi.h

index b7a78acd7c28f98b4ab33b9dc5d4f298aa7ba3c3..04f81ea5b0303d237f0d5bc016c642fb5adf0c65 100644 (file)
@@ -109,8 +109,8 @@ struct flash_dev {
 };
 
 #define SFLASH_PAGE_SIZE       0x100   /* flash page size */
-#define XFER_FINISH_TOUT       2       /* xfer finish timeout */
-#define WMODE_TOUT             2       /* write enable timeout */
+#define XFER_FINISH_TOUT       15      /* xfer finish timeout(in ms) */
+#define WMODE_TOUT             15      /* write enable timeout(in ms) */
 
 extern void smi_init(void);