Scott Wood 61d3b949b7 [POWERPC] bootwrapper: Add TARGET_HAS_ETHn tests to ppcboot.h
U-boots more recent than when ppcboot.h was forked allow the board config
file to enable additional ethernet ports explicitly, rather than
using a hardcoded list of targets.  This allows bootwrapper platform
files to do the same.

Fortunately, nothing after the ethernet addresses is of interest to
cuboot platforms, so the inevitable mismatches won't be too catastrophic.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-08-22 15:21:48 +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