From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: stm32: fix decompressor build
Date: Mon, 18 May 2015 17:15:22 +0200 [thread overview]
Message-ID: <3033772.rbvAY6l8ZR@wuerfel> (raw)
The stm32 defconfig uses XIP_KERNEL, but if this is turned off
by a user, we get this error when building the zImage decompressor:
arch/arm/boot/compressed/misc.c:28:35: fatal error: mach/uncompress.h: No such file or directory
To avoid the error, this adds stm32 to the list of platforms using
the default DEBUG_LL based decompressor output.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
I'd like to apply this directly to next/soc
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 375a428aa733..91f0df3edbe0 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -1680,7 +1680,8 @@ config UNCOMPRESS_INCLUDE
string
default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
PLAT_SAMSUNG || ARCH_EFM32 || \
- ARCH_SHMOBILE_LEGACY || ARCH_LPC18XX
+ ARCH_SHMOBILE_LEGACY || \
+ ARCH_LPC18XX || ARCH_STM32
default "mach/uncompress.h"
config EARLY_PRINTK
next reply other threads:[~2015-05-18 15:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-18 15:15 Arnd Bergmann [this message]
2015-05-19 8:59 ` [PATCH] ARM: stm32: fix decompressor build Maxime Coquelin
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=3033772.rbvAY6l8ZR@wuerfel \
--to=arnd@arndb.de \
--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