Commit 7a2df1cb authored by Anton Midyukov's avatar Anton Midyukov

u-boot: build img for RISCV64 with QEMU support

UBOOT_NOFDTDIR does not need more, так как bootload in QEMU uses U-Boot/EFI.
parent b1923f94
......@@ -7,9 +7,8 @@ endif
endif
ifeq (,$(filter-out riscv64,$(ARCH)))
ifeq (,$(filter-out qcow2 qcow2c,$(IMAGE_TYPE)))
ifeq (,$(filter-out img qcow2 qcow2c,$(IMAGE_TYPE)))
UBOOT_TTY := use/tty/S0
UBOOT_NOFDTDIR := 1
else
UBOOT_TTY := use/tty/SIF0
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