From d981cf357cc1cbd48c6e5f5e0954b14a9ee8f39d Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sat, 13 Nov 2010 15:36:14 +0100 Subject: [HACK] Increase speed of l1ctl to 408250bps after boot This is required to deal with the increased traffic of a passive listener Note that it break the 'auto-restart' of osmocon when active because the bootloader will send the prompt at 115200 baud and we won't see it ... Change-Id: I3434bb020286ab72ba3556124786656eeacf10a9 Signed-off-by: Sylvain Munaut --- src/target/firmware/board/compal_e99/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/firmware/board/compal_e99/init.c') diff --git a/src/target/firmware/board/compal_e99/init.c b/src/target/firmware/board/compal_e99/init.c index 0271f16e..7013e715 100644 --- a/src/target/firmware/board/compal_e99/init.c +++ b/src/target/firmware/board/compal_e99/init.c @@ -120,7 +120,7 @@ void board_init(int with_irq) /* initialize MODEM UART to be used for sercomm */ uart_init(UART_MODEM, with_irq); - uart_baudrate(UART_MODEM, UART_115200); + uart_baudrate(UART_MODEM, UART_460800); /* initialize IRDA UART to be used for old-school console code. * note: IRDA uart only accessible on C115 and C117 PCB */ -- cgit v1.2.3