changeset 233:d6d53534dff9

Use new powerpc qemu target and boot rom.
author Rob Landley <rob@landley.net>
date Thu, 18 Oct 2007 03:42:49 -0500
parents fdb6ddd4c3b7
children e52f1c8dfd91
files sources/configs/powerpc
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/sources/configs/powerpc	Thu Oct 18 03:21:16 2007 -0500
+++ b/sources/configs/powerpc	Thu Oct 18 03:42:49 2007 -0500
@@ -13,15 +13,14 @@
 emulator_command()
 {
   echo qemu-system-ppc -M prep -nographic -hda "$1" \
-	-kernel "$2" -append "'$3 root=/dev/hda console=/dev/ttyS0'"
+	-kernel "$2" -append "'$3 root=/dev/hda console=ttyS0'" \
+	-L ../sources/toys
 }
 
 # Write out Linux kernel .config file
 
 cat > "${WORK}"/miniconfig-linux << 'EOF'
-CONFIG_PPC_PREP=y
-CONFIG_WANT_DEVICE_TREE=y
-CONFIG_DEVICE_TREE="prep.dts"
+CONFIG_PPC_QEMU=y
 CONFIG_SWAP=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y