From faf2acaf2c9a7feb48769d2585b9a81cd06b2fd9 Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Thu, 25 Mar 2010 01:32:22 +0200 Subject: [PATCH] More fixes --- tools/run-qemu-insight | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 tools/run-qemu-insight diff --git a/tools/run-qemu-insight b/tools/run-qemu-insight deleted file mode 100755 index c181d9c..0000000 --- a/tools/run-qemu-insight +++ /dev/null @@ -1,5 +0,0 @@ - -cd build -qemu-system-arm -s -S -kernel final.elf -nographic -M versatilepb -cpu arm926 & -arm-none-insight ; pkill qemu-system-arm -cd ..