2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>

* startup/bspstart.c: Remove all references to
	console_reserve_resources and termios_reserve_resources.
This commit is contained in:
Joel Sherrill
2008-04-23 21:50:55 +00:00
parent 51664e7510
commit c0536573d6
4 changed files with 10 additions and 16 deletions

View File

@@ -1,3 +1,8 @@
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: 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

@@ -161,8 +161,6 @@ void _BSP_Uart2_disable()
}
extern void m8260_console_reserve_resources(rtems_configuration_table *);
/*
* Function: bsp_pretasking_hook
* Created: 95/03/10
@@ -311,15 +309,6 @@ void bsp_start(void)
*/
BSP_rtems_irq_mng_init(0);
/*
* Call this in case we use TERMIOS for console I/O
*/
m8xx_uart_reserve_resources(&Configuration);
/*
rtems_termios_initialize();
*/
#ifdef SHOW_MORE_INIT_SETTINGS
printk("Exit from bspstart\n");
#endif

View File

@@ -1,3 +1,8 @@
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/bspstart.c: 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

@@ -177,11 +177,6 @@ void bsp_start(void)
bsp_timer_least_valid = 0;
bsp_timer_average_overhead = 0;
/*
* Call this in case we use TERMIOS for console I/O
*/
m5xx_uart_reserve_resources( &Configuration );
/*
* Initalize RTEMS IRQ system
*/