Searched hist:"2596 a72d338481b49a678ab880338fd5a661e663" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/boot/compressed/ |
H A D | Makefile | diff 2596a72d338481b49a678ab880338fd5a661e663 Fri Sep 04 10:07:41 CEST 2020 Linus Walleij <linus.walleij@linaro.org> 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>
|