diff options
| author | Tom Rini <[email protected]> | 2012-06-12 14:48:29 -0700 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-09-01 14:58:11 +0200 |
| commit | 79b3e6b75b717595ea8cf3f3991a2108d1bbd3a7 (patch) | |
| tree | 56e6256770afe0587fe9270c529f840448ed6eae | |
| parent | 7bf038ec21968eb3081529f257b7cd30474e6d62 (diff) | |
am33xx: Remove DMM_BASE define
The am33xx does not have a DMM, so don't define the base.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/arm/include/asm/arch-am33xx/hardware.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/hardware.h b/arch/arm/include/asm/arch-am33xx/hardware.h index 4b1c7257436..c6173318548 100644 --- a/arch/arm/include/asm/arch-am33xx/hardware.h +++ b/arch/arm/include/asm/arch-am33xx/hardware.h @@ -54,7 +54,6 @@ /* EMIF Base address */ #define EMIF4_0_CFG_BASE 0x4C000000 #define EMIF4_1_CFG_BASE 0x4D000000 -#define DMM_BASE 0x4E000000 /* PLL related registers */ #define CM_PER 0x44E00000 |
