diff options
Diffstat (limited to 'arch/mips/ralink/early_printk.c')
-rw-r--r-- | arch/mips/ralink/early_printk.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/ralink/early_printk.c b/arch/mips/ralink/early_printk.c index c4ae47eb24ab..b46d0419d09b 100644 --- a/arch/mips/ralink/early_printk.c +++ b/arch/mips/ralink/early_printk.c | |||
@@ -11,7 +11,11 @@ | |||
11 | 11 | ||
12 | #include <asm/addrspace.h> | 12 | #include <asm/addrspace.h> |
13 | 13 | ||
14 | #ifdef CONFIG_SOC_RT288X | ||
15 | #define EARLY_UART_BASE 0x300c00 | ||
16 | #else | ||
14 | #define EARLY_UART_BASE 0x10000c00 | 17 | #define EARLY_UART_BASE 0x10000c00 |
18 | #endif | ||
15 | 19 | ||
16 | #define UART_REG_RX 0x00 | 20 | #define UART_REG_RX 0x00 |
17 | #define UART_REG_TX 0x04 | 21 | #define UART_REG_TX 0x04 |