commit | 8ac764e3479f6057c1cc85bd960dd2aa0fb82fea | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Wed Apr 06 17:29:24 2011 +0000 |
committer | Sekhar Nori <nsekhar@ti.com> | Fri May 06 12:10:54 2011 +0530 |
tree | 024c30e3a6025d4532a8b3ed48aee11d89ffb46b | |
parent | e0c199d0989e2f9fa2683e817624779f55abfa7f [diff] |
DA8xx: move base address #define's to their proper place Move DA8XX_MMCSD0_BASE, DA8XX_LCD_CNTRL_BASE, and DA8XX_DDR2_CTL_BASE from <mach/da8xx.h> to devices-da8xx.c as the latter file is the only place where these macros are used. While at it, restore sorting the base address macros by address value in devices-da8xx.c... Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>