changeset 146:14cb90f7fc07

Get it to make a zImage.
author Rob Landley <rob@landley.net>
date Sat, 07 Apr 2007 20:33:28 -0400
parents b174c242934b
children 711eb6884b54
files sources/configs/powerpc
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sources/configs/powerpc	Sat Mar 31 12:42:36 2007 -0400
+++ b/sources/configs/powerpc	Sat Apr 07 20:33:28 2007 -0400
@@ -1,17 +1,18 @@
 KARCH=powerpc
-KERNEL_PATH=vmlinux
+KERNEL_PATH=arch/${KARCH}/boot/zImage
 GCC_FLAGS=
 BINUTILS_FLAGS=
 QEMU_TEST= #ppc
 run_emulator()
 {
   qemu-system-ppc -M prep -nographic -hda "$1" \
-	-kernel "$2" -append "$3 root=/dev/hda console=ttyS0"
+	-kernel "$2" -append "$3 root=/dev/hda console=/dev/ttyS0"
 }
 
 # Write out Linux kernel .config file
 
 cat > "${WORK}"/miniconfig-linux << 'EOF'
+CONFIG_PPC_CHRP=y
 CONFIG_SWAP=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y