[PATCH v3 5/5] board: qemu: m68k: Create virtio mmio instances
Daniel Palmer
daniel at thingy.jp
Sun Apr 12 08:42:28 CEST 2026
Hi Angelo
On Sun, 12 Apr 2026 at 05:28, Angelo Dureghello <angelo at kernel-space.org> wrote:
> m68k: + qemu-m68k
> + 422 | sep = memchr(fixup_str, ':', fixup_len);
> + | ^
> + 432 | sep = memchr(name, ':', fixup_len);
> +m68k-linux-ld: cmd/virtio.o: in function `do_virtio':
> +cmd/virtio.c:42:(.text.do_virtio+0xa6): undefined reference to `blk_common_cmd'
> +m68k-linux-ld: final link failed: bad value
> +make[1]: *** [Makefile:2105: u-boot] Error 1
> +make: *** [Makefile:189: __sub-make] Error 2
>
> Looks like a "select BLK" is missing.
Yeah, I guess whatever config causes the virtio command to be enabled
should depend on or select it.
I'll take a look and add a fix for v4.
More information about the U-Boot
mailing list