boards: qemu-i486: Fix CONFIG_16550_UART0_IRQ number to handle console input

This commit is contained in:
Masayuki Ishikawa 2020-05-04 17:17:51 +09:00 committed by patacongo
parent 252f58f6e9
commit cd8492b612

View File

@ -13,7 +13,7 @@ CONFIG_16550_UART0=y
CONFIG_16550_UART0_BASE=0x3f8
CONFIG_16550_UART0_BAUD=57600
CONFIG_16550_UART0_CLOCK=16000000
CONFIG_16550_UART0_IRQ=4
CONFIG_16550_UART0_IRQ=36
CONFIG_16550_UART0_SERIAL_CONSOLE=y
CONFIG_16550_UART=y
CONFIG_ARCH="x86"