Compare commits

..

No commits in common. "hacks/make-toshiba-slow" and "master" have entirely different histories.

1 changed files with 1 additions and 6 deletions

7
nand.c
View File

@ -508,12 +508,7 @@ nand_set_a1cr(uint8_t manID, uint8_t deviceID)
break;
/* Toshiba */
case 0x98:
/*
* Factor 10 slower for R/W strobe than the current values. Seems
* to improve stability with mount/rm/umount/mount/write/umount
* cycle. Need to calculate good values based on the datasheet.
*/
AEMIF->A1CR = 0x20FEE7FC;
AEMIF->A1CR = 0x102442DC;
break;
default:
log_info( "Unsupported NAND device" );