soc: Drive uart1_irq to 0 when we don't have UART1
authorPaul Mackerras <paulus@ozlabs.org>
Thu, 17 Dec 2020 01:15:31 +0000 (12:15 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 17 Dec 2020 01:18:46 +0000 (12:18 +1100)
commit97586e7e99af4ca8382c339ca0175ea6133b8002
treef3bff133c52f4259325ce02b5fa92c64a4ae7cd6
parentd96ee21c39f49390b8495dbde3172d86b666c2f3
soc: Drive uart1_irq to 0 when we don't have UART1

The tools complain about uart1_irq not being driven and not having a
default when HAS_UART1 is false.  This sets it to 0 in that case.

Fixes: 7575b1e0c2b1 ("uart: Import and hook up opencore 16550 compatible UART")
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
soc.vhdl