From: Tony Lindgren <tony@atomide.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] OMAP2: fix recent build breakage
Date: Tue, 23 Dec 2008 14:29:48 +0200 [thread overview]
Message-ID: <20081223122947.GB1887@atomide.com> (raw)
In-Reply-To: <alpine.DEB.2.00.0812222326580.3233@utopia.booyaka.com>
* Paul Walmsley <paul@pwsan.com> [081223 08:28]:
>
> Fix recent build breakage. Boot-tested on N800.
>
> CC arch/arm/mach-omap2/devices.o
> arch/arm/mach-omap2/devices.c:110: error: 'OMAP34XX_MAILBOX_BASE' undeclared here (not in a function)
> arch/arm/mach-omap2/devices.c:115: error: 'INT_34XX_MAIL_U0_MPU' undeclared here (not in a function)
> make[1]: *** [arch/arm/mach-omap2/devices.o] Error 1
>
Pushing to l-o today.
Tony
> Signed-off-by: Paul Walmsley <paul@pwsan.com>
>
> diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c
> index 937fb18..d7e848e 100644
> --- a/arch/arm/mach-omap2/devices.c
> +++ b/arch/arm/mach-omap2/devices.c
> @@ -112,7 +112,7 @@ static struct resource omap3_mbox_resources[] = {
> .flags = IORESOURCE_MEM,
> },
> {
> - .start = INT_34XX_MAIL_U0_MPU,
> + .start = INT_24XX_MAIL_U0_MPU,
> .flags = IORESOURCE_IRQ,
> },
> };
> diff --git a/arch/arm/plat-omap/include/mach/omap34xx.h b/arch/arm/plat-omap/include/mach/omap34xx.h
> index 2f82e28..27a1e45 100644
> --- a/arch/arm/plat-omap/include/mach/omap34xx.h
> +++ b/arch/arm/plat-omap/include/mach/omap34xx.h
> @@ -56,6 +56,9 @@
> #define OMAP34XX_SR1_BASE 0x480C9000
> #define OMAP34XX_SR2_BASE 0x480CB000
>
> +#define OMAP34XX_CAMERA_BASE (L4_34XX_BASE + 0xBC000)
> +#define OMAP34XX_MAILBOX_BASE (L4_34XX_BASE + 0x94000)
> +
>
> #if defined(CONFIG_ARCH_OMAP3430)
>
> @@ -63,8 +66,6 @@
> #define OMAP2_CM_BASE OMAP3430_CM_BASE
> #define OMAP2_PRM_BASE OMAP3430_PRM_BASE
> #define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP34XX_IC_BASE)
> -#define OMAP34XX_CAMERA_BASE (L4_34XX_BASE + 0xBC000)
> -#define OMAP34XX_MAILBOX_BASE (L4_34XX_BASE + 0x94000)
>
> #endif
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2008-12-23 12:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-23 6:28 [PATCH] OMAP2: fix recent build breakage Paul Walmsley
2008-12-23 12:29 ` Tony Lindgren [this message]
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=20081223122947.GB1887@atomide.com \
--to=tony@atomide.com \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
/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