Commit c6916528 authored by Anton Midyukov's avatar Anton Midyukov

uboot: use/tty/S0 for riscv64

ttyS0 is needed qemu. ttySIF0 needs to be set separately.
parent fadd4ac0
......@@ -7,11 +7,7 @@ endif
endif
ifeq (,$(filter-out riscv64,$(ARCH)))
ifeq (,$(filter-out img qcow2 qcow2c,$(IMAGE_TYPE)))
UBOOT_TTY := use/tty/S0
else
UBOOT_TTY := use/tty/SIF0
endif
endif
ifneq (,$(filter-out i586 x86_64,$(ARCH)))
......
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