From: julien.grall@linaro.org (Julien Grall)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: choose debug/uncompress.h include when uncompress debug is disabled
Date: Mon, 15 Jul 2013 15:15:06 +0100 [thread overview]
Message-ID: <1373897706-15331-1-git-send-email-julien.grall@linaro.org> (raw)
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
next reply other threads:[~2013-07-15 14:15 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-15 14:15 Julien Grall [this message]
2013-07-17 13:25 ` [PATCH] arm: choose debug/uncompress.h include when uncompress debug is disabled 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1373897706-15331-1-git-send-email-julien.grall@linaro.org \
--to=julien.grall@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).