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:
parent
a57f06c8fd
commit
feacfb6fad
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user