projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c16c54
)
st_smi: Change SMI timeout values
author
Amit Virdi
<amit.virdi@st.com>
Mon, 7 May 2012 07:30:21 +0000
(13:00 +0530)
committer
Albert 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
patch
|
blob
|
history
diff --git
a/include/linux/mtd/st_smi.h
b/include/linux/mtd/st_smi.h
index b7a78acd7c28f98b4ab33b9dc5d4f298aa7ba3c3..04f81ea5b0303d237f0d5bc016c642fb5adf0c65 100644
(file)
--- a/
include/linux/mtd/st_smi.h
+++ b/
include/linux/mtd/st_smi.h
@@
-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);