Christophe Leroy 169f438a7e powerpc/boot: remove unused variable in mpc8xx
Variable div is set but never used. Remove it.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2018-06-04 00:39:17 +10:00
..
2007-09-19 21:13:16 -05:00
2008-04-17 01:01:40 -05:00
2016-09-28 14:20:44 +10:00
2009-12-12 22:24:26 -07:00
2014-08-26 09:35:57 +02:00
2018-03-05 20:58:17 -06:00
2007-09-14 01:33:23 +10:00
2018-03-05 20:58:17 -06:00
2009-12-12 22:24:29 -07: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