Scott Wood 3ee9b7abaf [POWERPC] bootwrapper: Declare udelay() in ops.h
Declarations in various users are removed.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-08-22 15:21:49 +10:00
..
2007-08-20 07:30:32 -05:00
2007-08-20 07:30:32 -05:00
2007-08-20 07:30:32 -05:00
2007-08-20 07:30:32 -05:00
2007-06-07 22:21:31 +10:00
2007-08-20 07:30:32 -05:00
2007-08-20 07:28:30 -05:00
2007-05-08 11:54:21 +10:00
2007-08-20 07:30:32 -05:00
2007-07-10 21:56:40 +10:00
2007-03-26 15:11:20 +10:00
2007-07-10 21:56:40 +10:00

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