OSDN Git Service

powerpc/boot: Use CONFIG_KERNEL_GZIP
authorOliver O'Halloran <oohall@gmail.com>
Thu, 22 Sep 2016 06:54:30 +0000 (16:54 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 28 Sep 2016 04:25:55 +0000 (14:25 +1000)
commit22750d98b00bd704694224d6df69a1a6f29ea22c
treeec75424ae2835dcef26033cfe2d8953f47c598ef
parent1a13de6df9bf998a0b6d9bfa4255cfc711ea8f0f
powerpc/boot: Use CONFIG_KERNEL_GZIP

Most architectures allow the compression algorithm used to produced the
vmlinuz image to be selected as a kernel config option. In preperation
for supporting algorithms other than gzip in the powerpc boot wrapper
the makefile needs to be modified to use these config options.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Kconfig
arch/powerpc/boot/Makefile