diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-01-23 13:56:19 +0530 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-01-28 10:41:39 -0700 |
commit | 80d9375617f7544f7475e7f07003a08930559d43 (patch) | |
tree | c1c6aef6acda2d609d234d3c3580a60997a712f8 /arch/arm/mach-omap2/omap44xx.h | |
parent | 909444ab20629ebc4478642b660a391700aa7e33 (diff) | |
download | talos-op-linux-80d9375617f7544f7475e7f07003a08930559d43.tar.gz talos-op-linux-80d9375617f7544f7475e7f07003a08930559d43.zip |
ARM: OMAP: Make use of available scu_a9_get_base() interface
Drop the define and make use of scu_a9_get_base() which reads
the physical address of SCU from CP15 register.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap44xx.h')
-rw-r--r-- | arch/arm/mach-omap2/omap44xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap44xx.h b/arch/arm/mach-omap2/omap44xx.h index 43b927b2e2e8..8a515bb74639 100644 --- a/arch/arm/mach-omap2/omap44xx.h +++ b/arch/arm/mach-omap2/omap44xx.h @@ -40,7 +40,6 @@ #define OMAP44XX_GIC_DIST_BASE 0x48241000 #define OMAP44XX_GIC_CPU_BASE 0x48240100 #define OMAP44XX_IRQ_GIC_START 32 -#define OMAP44XX_SCU_BASE 0x48240000 #define OMAP44XX_LOCAL_TWD_BASE 0x48240600 #define OMAP44XX_L2CACHE_BASE 0x48242000 #define OMAP44XX_WKUPGEN_BASE 0x48281000 |