x86: Set serial port IRQ for SMSC LPC47M
[platform/kernel/u-boot.git] / board / intel / minnowmax / minnowmax.c
index 6e82b16..fd2070a 100644 (file)
@@ -16,7 +16,7 @@ DECLARE_GLOBAL_DATA_PTR;
 
 int board_early_init_f(void)
 {
-       lpc47m_enable_serial(SERIAL_DEV, UART0_BASE);
+       lpc47m_enable_serial(SERIAL_DEV, UART0_BASE, UART0_IRQ);
 
        return 0;
 }