Advertisement
Guest User

Untitled

a guest
Dec 17th, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Index: linux-4.3-rc6/drivers/mtd/nand/pxa3xx_nand.c
  2. ===================================================================
  3. --- linux-4.3-rc6.orig/drivers/mtd/nand/pxa3xx_nand.c
  4. +++ linux-4.3-rc6/drivers/mtd/nand/pxa3xx_nand.c
  5. @@ -39,8 +39,8 @@
  6.  
  7. #include <linux/platform_data/mtd-nand-pxa3xx.h>
  8.  
  9. -#define CHIP_DELAY_TIMEOUT msecs_to_jiffies(200)
  10. -#define NAND_STOP_DELAY msecs_to_jiffies(40)
  11. +#define CHIP_DELAY_TIMEOUT msecs_to_jiffies(2000)
  12. +#define NAND_STOP_DELAY msecs_to_jiffies(400)
  13. #define PAGE_CHUNK_SIZE (2048)
  14.  
  15. /*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement