bsp/imx: Provide a default console

Update #3090.
This commit is contained in:
Sebastian Huber
2017-09-26 14:01:07 +02:00
parent 4bf2ce3115
commit 362e96ab8b

View File

@@ -36,7 +36,7 @@ typedef struct {
static imx_uart_context imx_uart_instances[7];
static imx_uart_context *imx_uart_console;
static imx_uart_context *imx_uart_console = &imx_uart_instances[0];
static volatile imx_uart *imx_uart_get_regs(rtems_termios_device_context *base)
{