summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/board/compal_e99
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-11-13 15:36:14 +0100
committerHarald Welte <laforge@gnumonks.org>2017-01-15 21:33:56 +0100
commit7b2f1e1bbf79c647b4519df5908628605fe01628 (patch)
tree3d9c27a53023bc55de7b212796e011e1a4838c12 /src/target/firmware/board/compal_e99
parente4c872f6836a0ec6a828f6f755403d288225bd0b (diff)
[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 ... Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/target/firmware/board/compal_e99')
-rw-r--r--src/target/firmware/board/compal_e99/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/board/compal_e99/init.c b/src/target/firmware/board/compal_e99/init.c
index 7cc3c67d..829a8acd 100644
--- a/src/target/firmware/board/compal_e99/init.c
+++ b/src/target/firmware/board/compal_e99/init.c
@@ -114,7 +114,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 */