quark_d2000: Update UART_IRQ_FLAGS for the board

Since we started to use UART_IRQ_FLAGS define them also for
quark_d2000 board. Note that we use IOAPIC_LEVEL since this is right
thing to do and the issue with lost interrupts is fixed in
_loapic_isr_vector_get().

Change-Id: Iaed0283bcc01290e420b42ff5d40ce9d99bfc677
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-07-13 15:48:28 +03:00 committed by Inaky Perez-Gonzalez
commit 8be61102da

View file

@ -57,4 +57,6 @@
#define PINMUX_BASE_ADDR 0xb0800900
#define PINMUX_NUM_PINS 25
#define UART_IRQ_FLAGS (IOAPIC_LEVEL | IOAPIC_HIGH)
#endif /* __SOC_H_ */