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:
parent
6de5643eb1
commit
8be61102da
1 changed files with 2 additions and 0 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue