nand: Increase the nand timeout for the toshiba flash

This commit is contained in:
Holger Hans Peter Freyther 2014-07-10 09:24:48 +02:00
parent d902a1c044
commit e057397dad
1 changed files with 1 additions and 1 deletions

2
nand.c
View File

@ -37,7 +37,7 @@
#define NAND_ALE_OFFSET 0x08 #define NAND_ALE_OFFSET 0x08
#define NAND_CLE_OFFSET 0x10 #define NAND_CLE_OFFSET 0x10
#define NAND_TIMEOUT 5000 /*us*/ #define NAND_TIMEOUT 50000 /*us*/
/* NAND flash commands */ /* NAND flash commands */
#define NAND_LO_PAGE 0x00 #define NAND_LO_PAGE 0x00