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:
Joel Sherrill
2008-04-23 21:50:49 +00:00
parent 675167c608
commit 51664e7510
3 changed files with 5 additions and 10 deletions

View File

@@ -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

View File

@@ -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;

View File

@@ -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;