PERFORCE change 96571 for review

Warner Losh imp at FreeBSD.org
Tue May 2 22:39:06 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=96571

Change 96571 by imp at imp_hammer on 2006/05/02 22:38:06

	need more like 700us delay, not 70us.  blame scale=5.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/spi_flash.c#9 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/spi_flash.c#9 (text+ko) ====

@@ -60,7 +60,7 @@
 
 	// wait for completion
 	while (!((v = pSPI->SPI_SR) & AT91C_SPI_SPENDRX))
-		Delay(70);
+		Delay(700);
 }
 
 


More information about the p4-projects mailing list