diff options
author | Manjunath Hadli <manjunath.hadli@ti.com> | 2011-12-15 17:41:51 +0530 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2012-01-20 21:57:27 +0530 |
commit | 887b8a9345ae3f23527ca830a326f0b339119c25 (patch) | |
tree | ed1864fa648d42e197cc6df13154eccb955cf111 /arch/arm/mach-davinci/include | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f (diff) | |
download | blackbird-obmc-linux-887b8a9345ae3f23527ca830a326f0b339119c25.tar.gz blackbird-obmc-linux-887b8a9345ae3f23527ca830a326f0b339119c25.zip |
ARM: davinci: dm644x: move private definitions to C file
Move register base addresses and offsets used only by dm644x.c
from arch/arm/mach-davinci/include/mach/dm644x.h to the C file
as these definitions are used only there.
This helps reduce code in arch/arm/mach-davinci/include/mach
which is not really needed by rest of the kernel.
Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/include')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/dm644x.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-davinci/include/mach/dm644x.h b/arch/arm/mach-davinci/include/mach/dm644x.h index 5a1b26d4e68b..724377f20a05 100644 --- a/arch/arm/mach-davinci/include/mach/dm644x.h +++ b/arch/arm/mach-davinci/include/mach/dm644x.h @@ -27,13 +27,6 @@ #include <mach/asp.h> #include <media/davinci/vpfe_capture.h> -#define DM644X_EMAC_BASE (0x01C80000) -#define DM644X_EMAC_MDIO_BASE (DM644X_EMAC_BASE + 0x4000) -#define DM644X_EMAC_CNTRL_OFFSET (0x0000) -#define DM644X_EMAC_CNTRL_MOD_OFFSET (0x1000) -#define DM644X_EMAC_CNTRL_RAM_OFFSET (0x2000) -#define DM644X_EMAC_CNTRL_RAM_SIZE (0x2000) - #define DM644X_ASYNC_EMIF_CONTROL_BASE 0x01E00000 #define DM644X_ASYNC_EMIF_DATA_CE0_BASE 0x02000000 #define DM644X_ASYNC_EMIF_DATA_CE1_BASE 0x04000000 |