summaryrefslogtreecommitdiff
path: root/test-kvm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-kvm.sh')
-rwxr-xr-xtest-kvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-kvm.sh b/test-kvm.sh
index 2c5dae5..2a71cc4 100755
--- a/test-kvm.sh
+++ b/test-kvm.sh
@@ -12,7 +12,7 @@ qemu-nbd -c /dev/nbd0 kvm.qcow2
mount /dev/nbd0p2 /mnt/
cp /mnt/boot/vmlinuz-*-linaro-vexpress ./zImage
-cp /mnt/lib/firmware/*-linaro-vexpress/device-tree/rtsm_ve-cortex_a15x1.dtb .
+cp /mnt/lib/firmware/*-linaro-vexpress/device-tree/rtsm_ve-cortex_a15x2.dtb .
cp kvm-lava.conf /mnt/etc/init/kvm-lava.conf
cp hackbench /mnt/usr/bin/hackbench
chmod 777 /mnt/usr/bin/hackbench