diff sources/targets/powerpc-440fp/settings @ 804:14ebb6e13ce2

Use the powerpc kernel config for powerpc-440fp, since the 440 instruction set is more or less a subset of powerpc, and qemu can't emulate the processor for a bamboo board yet. (So the toolchain and root filesystem is 440, and we boot with full powerpc kernel and qemu to test it.)
author Rob Landley <rob@landley.net>
date Thu, 13 Aug 2009 03:10:37 -0500
parents 4ff4cf117082
children b274eb556b50
line wrap: on
line diff
--- a/sources/targets/powerpc-440fp/settings	Thu Aug 13 01:01:00 2009 -0500
+++ b/sources/targets/powerpc-440fp/settings	Thu Aug 13 03:10:37 2009 -0500
@@ -6,5 +6,6 @@
 
 emulator_command()
 {
-  echo qemu-system-ppc -M bamboo $(qemu_defaults "$@")
+  # Should be -M bamboo, but that doesn't work in qemu.
+  echo qemu-system-ppc -M g3beige $(qemu_defaults "$@")
 }