linux/arch/powerpc/boot
Timur Tabi 32aed2a5ce [POWERPC] Delete boot-cpu property from all DTS files
The 'linux,boot-cpu' property is obsolete, so remove it from all of the DTS
files and from booting-without-of.txt.  The boot CPU is actually defined in
the device tree header, and U-Boot sets that field.  The device tree compiler
also complains if the property exists.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
Acked-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-02-16 14:00:20 +11:00
..
dts [POWERPC] Delete boot-cpu property from all DTS files 2007-02-16 14:00:20 +11:00
.gitignore
addnote.c
addRamDisk.c
crt0.S
div64.S
dummy.c
elf.h
flatdevtree_env.h
flatdevtree_misc.c
flatdevtree.c
flatdevtree.h
hack-coff.c
install.sh
io.h
main.c
Makefile [POWERPC] Celleb: basic support 2007-02-07 14:03:21 +11:00
mktree.c
ns16550.c
of.c
ops.h
page.h
ppc_asm.h
README
rs6000.h
serial.c
simple_alloc.c
stdio.c
stdio.h
string.h
string.S
types.h
util.S
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