Since we're about to set ST_RTMR to 1 to increase the accuracy of the

CRTR register to be 1/32768th of a second in init, we don't need to do
it here.
This commit is contained in:
imp 2007-03-28 22:38:01 +00:00
parent a57f06c8fd
commit feacfb6fad

View File

@ -256,9 +256,6 @@ SPI_InitFlash(void)
value = pSPI->SPI_RDR;
value = pSPI->SPI_SR;
// Increment real time counter every SLCK
AT91C_BASE_ST->ST_RTMR = 1;
#ifdef BOOT_BWCT
if (((value = GetFlashStatus()) & 0xFC) != 0xB4)
printf(" Bad SPI status: 0x%x\n", value);