summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/omap24xx.h
diff options
context:
space:
mode:
authorPaul Walmsley <paul@pwsan.com>2010-10-08 11:40:17 -0600
committerPaul Walmsley <paul@pwsan.com>2010-10-08 11:40:17 -0600
commit54164bb2927edd9f183a108a0d037d80639c8429 (patch)
tree5b3097aa69effb51badb1612564443c40a101fe3 /arch/arm/plat-omap/include/plat/omap24xx.h
parent6515e48932c8bf04227f9dd638c8ac634f89ba24 (diff)
downloadop-kernel-dev-54164bb2927edd9f183a108a0d037d80639c8429.zip
op-kernel-dev-54164bb2927edd9f183a108a0d037d80639c8429.tar.gz
OMAP2420: CTRL: fix OMAP242X_CTRL_REGADDR macro
Conform the OMAP2420_CTRL_BASE macro name to the standard of the rest of the OMAP*_CTRL_BASE macro names. This fixes a bug in the OMAP2420 SCM code that prevented OMAP242X_CTRL_REGADDR from working. Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/omap24xx.h')
-rw-r--r--arch/arm/plat-omap/include/plat/omap24xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/omap24xx.h b/arch/arm/plat-omap/include/plat/omap24xx.h
index 7055672..92df9e2 100644
--- a/arch/arm/plat-omap/include/plat/omap24xx.h
+++ b/arch/arm/plat-omap/include/plat/omap24xx.h
@@ -40,7 +40,7 @@
#define OMAP24XX_IC_BASE (L4_24XX_BASE + 0xfe000)
#define OMAP24XX_IVA_INTC_BASE 0x40000000
-#define OMAP2420_CTRL_BASE L4_24XX_BASE
+#define OMAP242X_CTRL_BASE L4_24XX_BASE
#define OMAP2420_32KSYNCT_BASE (L4_24XX_BASE + 0x4000)
#define OMAP2420_PRCM_BASE (L4_24XX_BASE + 0x8000)
#define OMAP2420_CM_BASE (L4_24XX_BASE + 0x8000)
OpenPOWER on IntegriCloud