summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlias Apalodimas <ilias.apalodimas@linaro.org>2020-07-10 15:53:02 +0300
committerIlias Apalodimas <ilias.apalodimas@linaro.org>2020-07-10 15:53:02 +0300
commit902d71b2f8d8dee88927827ce5d291f70fa4a89e (patch)
tree1888fb0a2cc2a1b477816f86e1ffcb673eab6457
parent49bfffa68fa893de2639393aac407d9173273b89 (diff)
remove the custom dtb
-dtb is not needed anymore Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
-rwxr-xr-xqemu/run_qemu.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu/run_qemu.sh b/qemu/run_qemu.sh
index 35b2104..0b257e7 100755
--- a/qemu/run_qemu.sh
+++ b/qemu/run_qemu.sh
@@ -54,7 +54,6 @@ case "$arch" in
extra_args+=' -bios bl1.bin '
extra_args+=' -machine virt,secure=on '
extra_args+=' -d unimp -semihosting-config enable,target=native'
- extra_args+=' -dtb ledge-qemuarm64.dtb '
extra_args+=" -drive id=disk1,file=$efi_keys,if=none,format=raw"
extra_args+=' -device virtio-blk-device,drive=disk1 '
fi
@@ -72,7 +71,6 @@ case "$arch" in
extra_args+=' -no-reboot'
extra_args+=' -machine virt,secure=on '
extra_args+=' -d unimp -semihosting-config enable,target=native'
- extra_args+=' -dtb ledge-qemuarm.dtb '
extra_args+=" -drive id=disk1,file=$efi_keys,if=none,format=raw"
extra_args+=' -device virtio-blk-device,drive=disk1 '
fi