Skip to content

Commit e8dcccc

Browse files
committed
test: Align QEMU options with newer versions
1 parent ec815ed commit e8dcccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ qemu-opts = -cpu max -m 256M \
2525
-nographic -no-reboot \
2626
-kernel work/$(1)-rootfs/boot/vmlinuz-virt \
2727
-initrd work/$(1)-rootfs.cpio.gz \
28-
-watchdog i6300esb \
28+
-device i6300esb \
2929
-append "$(2) panic=-1 root=initramfs ramdisk_size=64000 rdinit=/sbin/init quiet"
3030

3131
qemu-armv7 = qemu-system-arm -M virt,highmem=off \

0 commit comments

Comments
 (0)