diff options
author | Amit Virdi <amit.virdi@st.com> | 2012-05-07 13:00:21 +0530 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-07-07 14:07:38 +0200 |
commit | 0e88ff08febcb88fc4081f0393c4fca02b847146 (patch) | |
tree | 0fd68c2df21eb111b8157fb1c12bf8835862d81b | |
parent | 5c16c54124ba7a21979e1eb656e696b7b6d881ec (diff) | |
download | u-boot-imx-0e88ff08febcb88fc4081f0393c4fca02b847146.zip u-boot-imx-0e88ff08febcb88fc4081f0393c4fca02b847146.tar.gz u-boot-imx-0e88ff08febcb88fc4081f0393c4fca02b847146.tar.bz2 |
st_smi: Change SMI timeout values
Signed-off-by: Amit Virdi <amit.virdi@st.com>
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | include/linux/mtd/st_smi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mtd/st_smi.h b/include/linux/mtd/st_smi.h index b7a78ac..04f81ea 100644 --- 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); |