kernel-ark/arch/powerpc/boot
Geoff Levand 020533ef24 [POWERPC] cell: fix default zImage build target
Change CONFIG_PPC_CELL to CONFIG_PPC_IBM_CELL_BLADE in the powerpc boot
makefile.

CONFIG_PPC_CELL is used to build the generic cell processor support, and
is not an indication of platform.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-10-10 11:54:26 +10:00
..
dts
.gitignore
addnote.c
addRamDisk.c
crt0.S
div64.S
dummy.c
elf.h
flatdevtree.h
hack-coff.c
install.sh
main.c
Makefile [POWERPC] cell: fix default zImage build target 2006-10-10 11:54:26 +10:00
of.c
ops.h
page.h
ppc_asm.h
README
rs6000.h
stdio.c
stdio.h
string.h
string.S
types.h
wrapper
zImage.coff.lds.S
zImage.lds.S

To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:

objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
objcopy -j .kernel:System.map -O binary zImage System.map.gz
objcopy -j .kernel:.config -O binary zImage config.gz
objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz


	Peter