boards: qemu_nios2: switch to ns16550 UART

Needed to support latest version of Qemu (3.0.0).

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-09-19 21:21:14 -05:00
commit b38fba35a3

View file

@ -14,7 +14,7 @@
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,console = &jtag_uart;
zephyr,console = &ns16550_uart;
};
};