* [PATCH] fix omap1 build for 730/p2
@ 2006-03-02 22:03 Brian Swetland
2006-03-03 0:42 ` Kevin Hilman
0 siblings, 1 reply; 2+ messages in thread
From: Brian Swetland @ 2006-03-02 22:03 UTC (permalink / raw)
To: linux-omap-open-source
[-- Attachment #1: Type: text/plain, Size: 58 bytes --]
Attached is a simple patch to fix the build for 730/P2.
[-- Attachment #2: fix-730.patch --]
[-- Type: text/plain, Size: 573 bytes --]
diff -ur a/include/asm-arm/arch-omap/mcbsp.h b/include/asm-arm/arch-omap/mcbsp.h
--- a/include/asm-arm/arch-omap/mcbsp.h 2006-02-27 12:14:46.000000000 -0800
+++ b/include/asm-arm/arch-omap/mcbsp.h 2006-03-02 12:37:17.000000000 -0800
@@ -40,7 +40,7 @@
#define OMAP24XX_MCBSP1_BASE 0x48074000
#define OMAP24XX_MCBSP2_BASE 0x48076000
-#if defined(CONFIG_ARCH_OMAP15XX) || defined(CONFIG_ARCH_OMAP16XX)
+#if defined(CONFIG_ARCH_OMAP15XX) || defined(CONFIG_ARCH_OMAP16XX) || defined(CONFIG_ARCH_OMAP730)
#define OMAP_MCBSP_REG_DRR2 0x00
#define OMAP_MCBSP_REG_DRR1 0x02
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fix omap1 build for 730/p2
2006-03-02 22:03 [PATCH] fix omap1 build for 730/p2 Brian Swetland
@ 2006-03-03 0:42 ` Kevin Hilman
0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2006-03-03 0:42 UTC (permalink / raw)
To: Brian Swetland; +Cc: linux-omap-open-source
On Thu, 2006-03-02 at 14:03 -0800, Brian Swetland wrote:
> Attached is a simple patch to fix the build for 730/P2.
>
Thanks. Pushed.
Kevin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-03 0:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-02 22:03 [PATCH] fix omap1 build for 730/p2 Brian Swetland
2006-03-03 0:42 ` Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox