Browse Source

use dc233c for xtensa runtime tests

Waldemar Brodkorb 11 years ago
parent
commit
8872d8fb14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      embedded-test.sh

+ 1 - 1
embedded-test.sh

@@ -307,7 +307,7 @@ runtest() {
 			cpu_arch=xtensa
 			cpu_arch=xtensa
 			qemu=qemu-system-${cpu_arch}
 			qemu=qemu-system-${cpu_arch}
 			qemu_machine=lx60
 			qemu_machine=lx60
-			qemu_args="${qemu_args} -cpu dc232b"
+			qemu_args="${qemu_args} -cpu dc233c"
 			;;
 			;;
 		*) 
 		*) 
 			echo "architecture ${arch} not supported"; exit 1;;
 			echo "architecture ${arch} not supported"; exit 1;;