Attention is currently required from: ron minnich.
Philipp Hug has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/80262?usp=email )
Change subject: riscv/mb/qemu: fix qemu invocation comment ......................................................................
riscv/mb/qemu: fix qemu invocation comment
Change-Id: I773fb39801f180fead584942dfb385fcde9d2680 Signed-off-by: Philipp Hug philipp@hug.cx --- M src/mainboard/emulation/qemu-riscv/Kconfig 1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/80262/1
diff --git a/src/mainboard/emulation/qemu-riscv/Kconfig b/src/mainboard/emulation/qemu-riscv/Kconfig index 460fb1b..af30d37 100644 --- a/src/mainboard/emulation/qemu-riscv/Kconfig +++ b/src/mainboard/emulation/qemu-riscv/Kconfig @@ -1,8 +1,7 @@ ## SPDX-License-Identifier: GPL-2.0-only
# To execute, do: -# util/riscv/make-spike-elf.sh build/coreboot.rom build/coreboot.elf -# qemu-system-riscv64 -M virt -m 1024M -nographic -kernel build/coreboot.elf +# qemu-system-riscv64 -M virt -m 1024M -nographic -bios build/coreboot.rom
if BOARD_EMULATION_QEMU_RISCV_RV64