From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/6] ARM: mxc91231: select MXC_AVIC
Date: Fri, 4 Mar 2011 21:51:17 +0100 [thread overview]
Message-ID: <1299271882-2130-1-git-send-email-u.kleine-koenig@pengutronix.de> (raw)
In-Reply-To: <20110304205008.GX22310@pengutronix.de>
This fixes:
arch/arm/kernel/built-in.o: In function `__irq_svc':
io.c:(.text+0x2e0): undefined reference to `avic_base'
arch/arm/kernel/built-in.o: In function `__irq_usr':
io.c:(.text+0x4c8): undefined reference to `avic_base'
arch/arm/mach-mxc91231/built-in.o: In function `mxc91231_init_irq':
magx-zn5.c:(.init.text+0x18): undefined reference to `mxc_init_irq'
and was broken by
c7259df (ARM i.MX irq: Compile avic irq code only on SoCs that need it)
Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
---
arch/arm/plat-mxc/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig
index 389f217..b0cb425 100644
--- a/arch/arm/plat-mxc/Kconfig
+++ b/arch/arm/plat-mxc/Kconfig
@@ -33,6 +33,7 @@ config ARCH_MX3
config ARCH_MXC91231
bool "MXC91231-based"
select CPU_V6
+ select MXC_AVIC
help
This enables support for systems based on the Freescale MXC91231 family
--
1.7.2.3
next prev parent reply other threads:[~2011-03-04 20:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-04 20:50 [PATCH 0/6] move mach-mx3/* to mach-imx Uwe Kleine-König
2011-03-04 20:51 ` Uwe Kleine-König [this message]
2011-03-04 20:51 ` [PATCH 2/6] ARM: mx3: dynamically allocate "mxc_rtc" devices Uwe Kleine-König
2011-03-04 20:51 ` [PATCH 3/6] ARM: mx3/pcm037: properly allocate memory for mx3-camera Uwe Kleine-König
2011-03-04 20:51 ` [PATCH 4/6] ARM: mx3/mx31moboard: " Uwe Kleine-König
2011-03-07 8:00 ` Philippe Rétornaz
2011-04-04 15:05 ` Uwe Kleine-König
2011-04-06 9:40 ` Philippe Rétornaz
2011-03-04 20:51 ` [PATCH 5/6] [RFC] ARM: mx3: dynamically allocate "ipu-core" devices Uwe Kleine-König
2011-03-04 20:51 ` [PATCH 6/6] ARM: imx: move mx3 support to mach-imx Uwe Kleine-König
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=1299271882-2130-1-git-send-email-u.kleine-koenig@pengutronix.de \
--to=u.kleine-koenig@pengutronix.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;
as well as URLs for NNTP newsgroup(s).