git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceff1a8
)
ARM: OMAP: Fix compile for omap1
author
Tony Lindgren
<tony@atomide.com>
Thu, 1 Nov 2007 08:28:54 +0000
(
01:28
-0700)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 1 Nov 2007 08:28:54 +0000
(
01:28
-0700)
Based on an earlier patch by Luís Vitório Cargnini, add a dummy define
for OMAP2_CTRL_BASE. Eventually this will get fixed by setting a base
address during boot.
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/arch-omap/omap24xx.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-omap/omap24xx.h
b/include/asm-arm/arch-omap/omap24xx.h
index
2e944a1
..
48738dc
100644
(file)
--- a/
include/asm-arm/arch-omap/omap24xx.h
+++ b/
include/asm-arm/arch-omap/omap24xx.h
@@
-101,6
+101,9
@@
#define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP24XX_IC_BASE)
#define OMAP2_CTRL_BASE OMAP243X_CTRL_BASE
+#else
+/* FIXME: These will go away soon */
+#define OMAP2_CTRL_BASE L4_24XX_BASE
#endif
/* Control module */