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/da850.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/da850.c')
-rw-r--r-- | arch/arm/mach-davinci/da850.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c index 192d719a47df..18c33b6cbfdd 100644 --- a/arch/arm/mach-davinci/da850.c +++ b/arch/arm/mach-davinci/da850.c | |||
@@ -799,7 +799,7 @@ static struct davinci_soc_info davinci_soc_info_da850 = { | |||
799 | .cpu_clks = da850_clks, | 799 | .cpu_clks = da850_clks, |
800 | .psc_bases = da850_psc_bases, | 800 | .psc_bases = da850_psc_bases, |
801 | .psc_bases_num = ARRAY_SIZE(da850_psc_bases), | 801 | .psc_bases_num = ARRAY_SIZE(da850_psc_bases), |
802 | .pinmux_base = IO_ADDRESS(DA8XX_BOOT_CFG_BASE + 0x120), | 802 | .pinmux_base = IO_ADDRESS(DA8XX_SYSCFG_BASE + 0x120), |
803 | .pinmux_pins = da850_pins, | 803 | .pinmux_pins = da850_pins, |
804 | .pinmux_pins_num = ARRAY_SIZE(da850_pins), | 804 | .pinmux_pins_num = ARRAY_SIZE(da850_pins), |
805 | .intc_base = (void __iomem *)DA8XX_CP_INTC_VIRT, | 805 | .intc_base = (void __iomem *)DA8XX_CP_INTC_VIRT, |