mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
Patch from Eric Valette <valette@crf.canon.fr>:
Compiled and booted without problem. However console was set on COM2. At least for 4.0 it should be video :-)
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
* PC386_UART_COM2
|
||||
*/
|
||||
|
||||
int PC386ConsolePort = PC386_UART_COM2;
|
||||
int PC386ConsolePort = PC386_CONSOLE_PORT_CONSOLE;
|
||||
|
||||
static int conSetAttr(int minor, const struct termios *);
|
||||
extern BSP_polling_getchar_function_type BSP_poll_char;
|
||||
|
||||
Reference in New Issue
Block a user