projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e693f8
)
ARM: OMAP2/3: Remove OMAP2_PRCM_BASE
author
Tony Lindgren
<tony@atomide.com>
Mon, 25 May 2009 18:26:46 +0000
(11:26 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 25 May 2009 18:26:46 +0000
(11:26 -0700)
It's currently unused, and processor specific defines should
be used instead.
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/include/mach/omap24xx.h
patch
|
blob
|
history
diff --git
a/arch/arm/plat-omap/include/mach/omap24xx.h
b/arch/arm/plat-omap/include/mach/omap24xx.h
index
4ce9b6a
..
60f8324
100644
(file)
--- a/
arch/arm/plat-omap/include/mach/omap24xx.h
+++ b/
arch/arm/plat-omap/include/mach/omap24xx.h
@@
-87,12
+87,10
@@
#if defined(CONFIG_ARCH_OMAP2420)
-#define OMAP2_PRCM_BASE OMAP2420_PRCM_BASE
#define OMAP2_CM_BASE OMAP2420_CM_BASE
#elif defined(CONFIG_ARCH_OMAP2430)
-#define OMAP2_PRCM_BASE OMAP2430_PRCM_BASE
#define OMAP2_CM_BASE OMAP2430_CM_BASE
#endif