boards/qemu-coreboot: Set boot device to /dev/sda1

QEMU emulated drive is detected as `/dev/sda1`. Set it up as the boot
device.

Use the same value as in for `qemu-linuxboot.config`.
This commit is contained in:
Paul Menzel 2018-05-18 18:35:54 +02:00
parent 9c95b4ed58
commit c5665b7882

View File

@ -31,6 +31,8 @@ CONFIG_LINUX_E1000=y
export CONFIG_BOOTSCRIPT=/bin/generic-init
export CONFIG_TPM=n
export CONFIG_BOOT_DEV="/dev/sda1"
#run: coreboot.intermediate
run:
qemu-system-x86_64 \