forked from Imagelibrary/rtems
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c, startup/bspstart.c.nocache: Remove all references to console_reserve_resources and termios_reserve_resources.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c, startup/bspstart.c.nocache: Remove all references
|
||||
to console_reserve_resources and termios_reserve_resources.
|
||||
|
||||
2008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add wildcard to gcc_except_table section so
|
||||
|
||||
@@ -225,11 +225,6 @@ void bsp_start(void)
|
||||
bsp_timer_least_valid = 3;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Call this in case we use TERMIOS for console I/O
|
||||
*/
|
||||
m8xx_uart_reserve_resources( &Configuration );
|
||||
|
||||
m8xx.scc2.sccm=0;
|
||||
m8xx.scc2p.rbase=0;
|
||||
m8xx.scc2p.tbase=0;
|
||||
|
||||
@@ -164,11 +164,6 @@ void bsp_start(void)
|
||||
bsp_timer_least_valid = 3;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Call this in case we use TERMIOS for console I/O
|
||||
*/
|
||||
m8xx_uart_reserve_resources( &Configuration );
|
||||
|
||||
m8xx.scc2.sccm=0;
|
||||
m8xx.scc2p.rbase=0;
|
||||
m8xx.scc2p.tbase=0;
|
||||
|
||||
Reference in New Issue
Block a user