ARM: remove bit-rotten STANDALONE_DEBUG for decompressor
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 4 Feb 2010 09:23:58 +0000 (10:23 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 7 Jul 2010 14:38:16 +0000 (16:38 +0200)
commit7179304bfcffbbc66ca8a8498d92e023833b017d
treed300a2fe4b39af72db24fced8d4cab5d5d0abb9a
parentbe6f9f006a1fb4d46a0c0b01179862375f0d53bd
ARM: remove bit-rotten STANDALONE_DEBUG for decompressor

I tried to get this running to debug the regression introduced by
e7db7b4 without success.  But this has several problems that make it
hard to fix:

  - lib/decompress_inflate.c includes in-kernel headers that make
    it difficult to compile for user space.
  - the binary formats changed both in kernel and user space and
    at least for the kernel side there isn't only a single
    variant.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/boot/compressed/Makefile.debug [deleted file]
arch/arm/boot/compressed/misc.c