forked from Imagelibrary/rtems
Enable CS1* and CS2* now that Arcturus bootstrap PROMs no longer take care of that for us.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user