diff --git a/[refs] b/[refs] index 027666b50125..d63fc1087ecf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8ddc2513fbaf12b0e262d4d3f83757b46fd54e47 +refs/heads/master: 5b4500d1944258184746c1f5ff05ab07b8f0b718 diff --git a/trunk/arch/mips/ralink/early_printk.c b/trunk/arch/mips/ralink/early_printk.c index c4ae47eb24ab..b46d0419d09b 100644 --- a/trunk/arch/mips/ralink/early_printk.c +++ b/trunk/arch/mips/ralink/early_printk.c @@ -11,7 +11,11 @@ #include +#ifdef CONFIG_SOC_RT288X +#define EARLY_UART_BASE 0x300c00 +#else #define EARLY_UART_BASE 0x10000c00 +#endif #define UART_REG_RX 0x00 #define UART_REG_TX 0x04