ARM: 9009/1: uncompress: Enable debug in head.S
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 4 Sep 2020 08:07:41 +0000 (09:07 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 15 Sep 2020 13:35:31 +0000 (14:35 +0100)
commit2596a72d338481b49a678ab880338fd5a661e663
tree0e6fd57a34004cc84587d38e40928dcd951942f8
parent30d9a34dd374987db84c0b80ff5b7dc1eaf9d847
ARM: 9009/1: uncompress: Enable debug in head.S

The assembly file head.S includes some debug code that does
not get enabled when we select CONFIG_DEBUG_UNCOMPRESS.
The debug in head.S relies on the user tagging on -DDEBUG
on the compilation command line.

To simplify debugging, tag on -DDEBUG so that we also get
these debug messages when selecting CONFIG_DEBUG_UNCOMPRESS.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/boot/compressed/Makefile