Enable CS1* and CS2* now that Arcturus bootstrap PROMs no longer take care of that for us.

This commit is contained in:
Eric Norum
2005-07-06 00:17:28 +00:00
parent f1397380bb
commit 728e17740c
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2005-07-05 Eric Norum <norume@aps.anl.gov>
* startup/bspstart.c: Ensure that CS[12]n are enabled.
2005-06-28 Eric Norum <norume@aps.anl.gov>
* network/network.c: Add full/half-duplex auto-negotiation support.

View File

@@ -269,6 +269,7 @@ void bsp_start( void )
MCF5282_CS_CSMR_UD |
MCF5282_CS_CSMR_V;
MCF5282_CS2_CSCR = MCF5282_CS_CSCR_PS_16;
MCF5282_GPIO_PJPAR |= 0x06;
}
uint32_t bsp_get_CPU_clock_speed(void)