diff options
author | Sekhar Nori <nsekhar@ti.com> | 2009-08-31 06:17:58 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 13:21:19 -0500 |
commit | 3c60a66de662dca6e47951a78b73de1bf081e785 (patch) | |
tree | 0444f1a22945b3f1a14e1551ff02f863dad519ce /arch/arm/mach-davinci/da830.c | |
parent | 32bf078caff4dbdba59f8aab022f11a4e1622880 (diff) |
davinci: DA8XX/OMAP-L1XX: It's SYSCFG not BOOT_CFG
Rename the DA8XX_BOOT_CFG_BASE macro to get it in line
with the public documentation for these parts.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/da830.c')
-rw-r--r-- | arch/arm/mach-davinci/da830.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/da830.c b/arch/arm/mach-davinci/da830.c index 19b2748357fc..c2224b968311 100644 --- a/arch/arm/mach-davinci/da830.c +++ b/arch/arm/mach-davinci/da830.c | |||
@@ -1184,7 +1184,7 @@ static struct davinci_soc_info davinci_soc_info_da830 = { | |||
1184 | .cpu_clks = da830_clks, | 1184 | .cpu_clks = da830_clks, |
1185 | .psc_bases = da830_psc_bases, | 1185 | .psc_bases = da830_psc_bases, |
1186 | .psc_bases_num = ARRAY_SIZE(da830_psc_bases), | 1186 | .psc_bases_num = ARRAY_SIZE(da830_psc_bases), |
1187 | .pinmux_base = IO_ADDRESS(DA8XX_BOOT_CFG_BASE + 0x120), | 1187 | .pinmux_base = IO_ADDRESS(DA8XX_SYSCFG_BASE + 0x120), |
1188 | .pinmux_pins = da830_pins, | 1188 | .pinmux_pins = da830_pins, |
1189 | .pinmux_pins_num = ARRAY_SIZE(da830_pins), | 1189 | .pinmux_pins_num = ARRAY_SIZE(da830_pins), |
1190 | .intc_base = (void __iomem *)DA8XX_CP_INTC_VIRT, | 1190 | .intc_base = (void __iomem *)DA8XX_CP_INTC_VIRT, |