Browse Source

add mising suffix for armv5

Waldemar Brodkorb 6 years ago
parent
commit
a79f9f1088
1 changed files with 1 additions and 1 deletions
  1. 1 1
      embedded-test.sh

+ 1 - 1
embedded-test.sh

@@ -288,7 +288,7 @@ get_arch_info() {
       march=arm-versatilepb
       qemu=qemu-system-arm
       qemu_machine=versatilepb
-      suffix=${cpu_arch}_soft_eabi
+      suffix=${cpu_arch}_soft_eabi_arm
       dtbdir=openadk/firmware/qemu-${march}_${lib}_${suffix}
       qemu_args="${qemu_args} -cpu arm926 -net user -net nic,model=smc91c111 -dtb ${dtbdir}/versatile-pb.dtb"
       ;;