summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/board/gta0x/init.c
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-11-13 15:36:14 +0100
committerHarald Welte <laforge@osmocom.org>2020-10-25 09:38:08 +0100
commitd981cf357cc1cbd48c6e5f5e0954b14a9ee8f39d (patch)
treefae2b6691af0858054eea14d0e3edb4344dd13a9 /src/target/firmware/board/gta0x/init.c
parent1df60c1063748ada898ec38a947b2e8e0d082a5f (diff)
[HACK] Increase speed of l1ctl to 408250bps after bootlaforge/baudrate
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 <tnt@246tNt.com>
Diffstat (limited to 'src/target/firmware/board/gta0x/init.c')
-rw-r--r--src/target/firmware/board/gta0x/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/board/gta0x/init.c b/src/target/firmware/board/gta0x/init.c
index 7fba7561..58420947 100644
--- a/src/target/firmware/board/gta0x/init.c
+++ b/src/target/firmware/board/gta0x/init.c
@@ -105,7 +105,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 */