Commit e2545b65 authored by Greg Ungerer's avatar Greg Ungerer

m68knommu: add missing interrupt line definition for UART 2

Signed-off-by: default avatarDavid Wu <david.wu@arcturusnetworks.com>
Acked-by: default avatarMichael Durrant <mdurrant@arcturusnetworks.com>
Acked-by: default avatarOleksandr Zhadan <oleks@arcturusnetworks.com>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 66d73f00
......@@ -16,6 +16,7 @@
#define MCFINT_VECBASE 64
#define MCFINT_UART0 26 /* Interrupt number for UART0 */
#define MCFINT_UART1 27 /* Interrupt number for UART1 */
#define MCFINT_UART2 28 /* Interrupt number for UART2 */
#define MCF_WTM_WCR MCF_REG16(0xFC098000)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment