summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaresh Kamboju <naresh.kamboju@linaro.org>2013-07-18 15:17:59 +0530
committerNaresh Kamboju <naresh.kamboju@linaro.org>2013-07-18 15:17:59 +0530
commit6ba0374a2f7557544f4eeecd2461278ad30917ab (patch)
treebba2ec3b30d970282474d1b471ba640861d5aeb2
parentacdc6fcb8e7eabb94227f7de50caaf5343f2f21a (diff)
test-kvm.sh: change DT to use 2 A15 cores
qemu needs to be booted with SMP support to bringup available two A15 CPU we need to chage DT from rtsm_ve-cortex_a15x1.dtb to rtsm_ve-cortex_a15x2.dtb Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
-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