lpc32xx: remove surplus clock cycle in PL175 WAIT_OEN config
[oweals/u-boot.git] / board / timll / devkit3250 / devkit3250.c
index 4b3c94eaf7bfa5ac713999efc374a8f672af8685..386d0cde8f354dae09ff499d23d5ce42b1c7f7d9 100644 (file)
@@ -62,7 +62,7 @@ int board_init(void)
 
        /* Change the NOR timings to optimum value to get maximum bandwidth */
        emc->stat[0].waitwen    = EMC_STAT_WAITWEN(1);
-       emc->stat[0].waitoen    = EMC_STAT_WAITOEN(1);
+       emc->stat[0].waitoen    = EMC_STAT_WAITOEN(0);
        emc->stat[0].waitrd     = EMC_STAT_WAITRD(12);
        emc->stat[0].waitpage   = EMC_STAT_WAITPAGE(12);
        emc->stat[0].waitwr     = EMC_STAT_WAITWR(5);