Commit e9fde14e authored by Nikita Ermakov's avatar Nikita Ermakov Committed by Anton Midyukov

regular-vm.mk: Do not use/tty/S0 for riscv64

There is no need to specify serial console here because it is now specified in the use/uboot.
parent 79150c6c
...@@ -17,7 +17,7 @@ mixin/vm-archdep:: use/tty/S0 ...@@ -17,7 +17,7 @@ mixin/vm-archdep:: use/tty/S0
endif endif
ifeq (,$(filter-out riscv64,$(ARCH))) ifeq (,$(filter-out riscv64,$(ARCH)))
mixin/vm-archdep:: use/bootloader/uboot use/tty/S0 mixin/vm-archdep:: use/bootloader/uboot
@$(call set,KFLAVOURS,un-def) @$(call set,KFLAVOURS,un-def)
endif endif
......
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