diff options
Diffstat (limited to 'target/linux/atheros/patches-3.10/101-early-printk-support.patch')
-rw-r--r-- | target/linux/atheros/patches-3.10/101-early-printk-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.10/101-early-printk-support.patch b/target/linux/atheros/patches-3.10/101-early-printk-support.patch index be68025a5c..b34736772b 100644 --- a/target/linux/atheros/patches-3.10/101-early-printk-support.patch +++ b/target/linux/atheros/patches-3.10/101-early-printk-support.patch @@ -37,7 +37,7 @@ + if (is_2315()) + base = (void __iomem *)(KSEG1ADDR(AR2315_UART0)); + else -+ base = (void __iomem *)(KSEG1ADDR(AR531X_UART0)); ++ base = (void __iomem *)(KSEG1ADDR(AR5312_UART0)); + } + + while ((prom_uart_rr(base, UART_LSR) & UART_LSR_THRE) == 0) |