Files
linux/arch/powerpc/boot
Christophe Leroy 3efe19a9b1 powerpc: Remove 40x leftovers
Remove stale references to 40x.

Fixes: e939da89d0 ("powerpc: Remove 40x from Kconfig and defconfig")
Fixes: 548f5244f1 ("powerpc/40x: Remove EP405")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/ab30ae302783d8617d407864b92db1b926ab5ab9.1720694914.git.christophe.leroy@csgroup.eu
2024-07-12 11:43:41 +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
2024-07-12 11:43:41 +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