Change FPU to hard
[vuplus_openembedded] / recipes / linux / linux-bm750 / linux_bm750_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 @@ -121,10 +121,15 @@
6  
7  #else
8  /* 3 16550A compatible UARTs */
9 +#if 0
10  #define BRCM_UART_PORT_DEFNS                           \
11         _BRCM_16550_INIT(BRCM_SERIAL1_IRQ, BRCM_SERIAL1_BASE),          \
12         _BRCM_16550_INIT(BRCM_SERIAL2_IRQ, BRCM_SERIAL2_BASE),      \
13         _BRCM_16550_INIT(BRCM_SERIAL3_IRQ, BRCM_SERIAL3_BASE),  
14 +#else
15 +#define BRCM_UART_PORT_DEFNS                           \
16 +       _BRCM_16550_INIT(BRCM_SERIAL1_IRQ, BRCM_SERIAL1_BASE),
17 +#endif
18  #endif  //end SIM
19  
20  #elif defined(CONFIG_MIPS_BCM7440A0) || defined(CONFIG_MIPS_BCM7325)