Merge commit 'opendreambox/opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / linux / linux-vusolo / linux-vusolo_serial.patch
1 Index: include/asm-mips/serial.h
2 ===================================================================
3 --- include/asm-mips/serial.h   (revision 1)
4 +++ include/asm-mips/serial.h   (working copy)
5 @@ -130,8 +130,10 @@
6  #elif defined(CONFIG_MIPS_BCM7440A0) || defined(CONFIG_MIPS_BCM7325)
7  // 7440A0 uses UARTB as default UART.  Hopefully this will be fixed in a later revision.
8  #define BRCM_UART_PORT_DEFNS                           \
9 -       _BRCM_16550_INIT(BRCM_SERIAL1_IRQ, BRCM_SERIAL1_BASE),      \
10 -       _BRCM_16550_INIT(BRCM_SERIAL2_IRQ, BRCM_SERIAL2_BASE),  
11 +       _BRCM_16550_INIT(BRCM_SERIAL1_IRQ, BRCM_SERIAL1_BASE),
12 +
13 +//     _BRCM_16550_INIT(BRCM_SERIAL1_IRQ, BRCM_SERIAL1_BASE),      \
14 +//     _BRCM_16550_INIT(BRCM_SERIAL2_IRQ, BRCM_SERIAL2_BASE),  
15         
16  #elif defined(CONFIG_MIPS_BCM7401B0) || defined(CONFIG_MIPS_BCM7402) || \
17        defined(CONFIG_MIPS_BCM7401C0) || defined(CONFIG_MIPS_BCM7403A0)