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:
parent
5ffc1b8542
commit
b38fba35a3
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
chosen {
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,console = &jtag_uart;
|
||||
zephyr,console = &ns16550_uart;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue