quark_se: Correct UART_IRQ_FLAGS to IOAPIC_LEVEL

This patch basically reverts patch "QMSI/uart: Use IOAPIC_EDGE instead
of IOAPIC_LEVEL". The issue with lost UART interrupts is fixed with
following patch: "_loapic_isr_vector_get: fix implementation" which is
a proper way.

Change-Id: I07aa168335827b09db7fcb2486b01585648ff5d6
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
Andrei Emeltchenko 2016-07-13 15:55:37 +03:00 committed by Inaky Perez-Gonzalez
commit 1aa71161c0

View file

@ -61,7 +61,7 @@
*/
#define PINMUX_BASE_ADDR 0xb0800900
#define UART_IRQ_FLAGS (IOAPIC_EDGE | IOAPIC_HIGH)
#define UART_IRQ_FLAGS (IOAPIC_LEVEL | IOAPIC_HIGH)
#endif /* _ASMLANGUAGE */