diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2009-07-08 11:32:27 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-08-26 03:57:01 -0400 |
commit | baf09a4cd029c10fd46ef3d1505e2fe8cddcb48e (patch) | |
tree | c382e1f1e1183de1792715a06e46fae658f238cd /arch/arm/mach-davinci/board-da830-evm.c | |
parent | 9eb7115bcc423ae022ebf1844820d58a77c2d435 (diff) |
davinci: da830: updates for mach-type name change
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/board-da830-evm.c')
-rw-r--r-- | arch/arm/mach-davinci/board-da830-evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-da830-evm.c b/arch/arm/mach-davinci/board-da830-evm.c index 0409eb67cfe1..9185a706d14c 100644 --- a/arch/arm/mach-davinci/board-da830-evm.c +++ b/arch/arm/mach-davinci/board-da830-evm.c | |||
@@ -116,7 +116,7 @@ static void __init da830_evm_map_io(void) | |||
116 | da830_init(); | 116 | da830_init(); |
117 | } | 117 | } |
118 | 118 | ||
119 | MACHINE_START(DAVINCI_DA8XX_EVM, "DaVinci DA830/OMAP L137 EVM") | 119 | MACHINE_START(DAVINCI_DA830_EVM, "DaVinci DA830/OMAP L137 EVM") |
120 | .phys_io = IO_PHYS, | 120 | .phys_io = IO_PHYS, |
121 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, | 121 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, |
122 | .boot_params = (DA8XX_DDR_BASE + 0x100), | 122 | .boot_params = (DA8XX_DDR_BASE + 0x100), |