uboot: use/tty/S0 for riscv64

ttyS0 is needed qemu. ttySIF0 needs to be set separately.
This commit is contained in:
Anton Midyukov 2021-11-23 23:36:43 +07:00
parent fadd4ac0ec
commit c691652811

View File

@ -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)))