Christophe Leroy 839ff58e63 powerpc/boot: Remove all 40x platforms from boot
Remove 40x platforms from the boot directory.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20240628121201.130802-2-mpe@ellerman.id.au
2024-06-28 22:28:47 +10:00
..
2016-09-28 14:20:44 +10:00
2024-05-08 00:21:30 +10:00
2024-05-08 00:21:30 +10:00
2018-03-05 20:58:17 -06: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