linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: choose debug/uncompress.h include when uncompress debug is disabled
@ 2013-07-15 14:15 Julien Grall
  2013-07-17 13:25 ` Stefano Stabellini
  0 siblings, 1 reply; 16+ messages in thread
From: Julien Grall @ 2013-07-15 14:15 UTC (permalink / raw)
  To: linux-arm-kernel

Even if uncompress debug is disabled, some board will continue to print
information during uncompress step.
By using debug/uncompress.h include, all debug output will be disabled.

This is usefull in Xen environment for DOM0 because the UART is stolen by
Xen.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
---
 arch/arm/Kconfig.debug |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 21cc8a7..86c023d 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -679,7 +679,7 @@ config DEBUG_UNCOMPRESS
 
 config UNCOMPRESS_INCLUDE
 	string
-	default "debug/uncompress.h" if ARCH_MULTIPLATFORM
+	default "debug/uncompress.h" if ARCH_MULTIPLATFORM || !DEBUG_UNCOMPRESS
 	default "mach/uncompress.h"
 
 config EARLY_PRINTK
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-07-20 16:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-15 14:15 [PATCH] arm: choose debug/uncompress.h include when uncompress debug is disabled Julien Grall
2013-07-17 13:25 ` Stefano Stabellini
2013-07-17 15:11   ` Russell King - ARM Linux
2013-07-17 15:18     ` Russell King - ARM Linux
2013-07-17 16:48       ` Stefano Stabellini
2013-07-18 16:43     ` Julien Grall
2013-07-18 16:50       ` Russell King - ARM Linux
2013-07-18 17:24         ` [PATCH] arm: choose debug/uncompress.h include when uncompress debug is disabledo Stefano Stabellini
2013-07-20 16:50           ` Arnd Bergmann
2013-07-18 16:15   ` [PATCH] arm: choose debug/uncompress.h include when uncompress debug is disabled Julien Grall
2013-07-18 16:23     ` Russell King - ARM Linux
2013-07-19  8:32     ` Ian Campbell
2013-07-19  9:52       ` Stefano Stabellini
2013-07-19 10:00         ` Ian Campbell
2013-07-19 10:06           ` Stefano Stabellini
2013-07-19 10:12             ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).