mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-23 17:24:42 +02:00
Fix the section mismatch on the serial driver (#2076), thanks Thomas !
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7967 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6e6b5f7bc9
commit
188357d5dd
@ -433,7 +433,7 @@ static void adm5120console_write(struct console *con, const char *s,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static int __init adm5120console_setup(struct console *con, char *options)
|
static int adm5120console_setup(struct console *con, char *options)
|
||||||
{
|
{
|
||||||
/* Set to 115200 baud, 8N1 and enable FIFO */
|
/* Set to 115200 baud, 8N1 and enable FIFO */
|
||||||
ADM5120_UART_REG(ADM5120_UART0_BASE, ADM5120_UART_LCR_L) =
|
ADM5120_UART_REG(ADM5120_UART0_BASE, ADM5120_UART_LCR_L) =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user