changeset 121:a787603f0d3d

Fix the mips emulator selection.
author Rob Landley <rob@landley.net>
date Sun, 04 Mar 2007 17:51:02 -0500
parents c91ceb05bc1c
children 2b748009f1a6
files sources/configs/mipsel
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/configs/mipsel	Sun Mar 04 16:15:58 2007 -0500
+++ b/sources/configs/mipsel	Sun Mar 04 17:51:02 2007 -0500
@@ -6,7 +6,7 @@
 
 run_emulator()
 {
-  qemu-system-mips -M mips -no-reboot -nographic -hda "$1" -kernel "$2" \
+  qemu-system-mipsel -M mips -no-reboot -nographic -hda "$1" -kernel "$2" \
 	-append "$3 console=ttyS0 root=/dev/hda"
 }