diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2009-09-29 14:49:46 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 13:21:27 -0500 |
commit | 6af6564db80d49c4530076f5cebeb0d257a04122 (patch) | |
tree | 1660d41e3fc7fdecd97ce9ce2a6ad211e9b5b36e /arch/arm | |
parent | 0e9a3ddc91882a19e255dceb18b712f57e3bb731 (diff) |
davinci: da830 EVM: make machine name string consistent with da850
The machine name string shows up in /proc/cpuinfo under 'Hardware' and
can be used by userspace apps. Make the format consistent with the
DA850/OMAP-l138 EVM by adding the '-' between OMAP and L137.
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm')
-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 9dc4813c8645..e64cdc16f559 100644 --- a/arch/arm/mach-davinci/board-da830-evm.c +++ b/arch/arm/mach-davinci/board-da830-evm.c | |||
@@ -380,7 +380,7 @@ static void __init da830_evm_map_io(void) | |||
380 | da830_init(); | 380 | da830_init(); |
381 | } | 381 | } |
382 | 382 | ||
383 | MACHINE_START(DAVINCI_DA830_EVM, "DaVinci DA830/OMAP L137 EVM") | 383 | MACHINE_START(DAVINCI_DA830_EVM, "DaVinci DA830/OMAP-L137 EVM") |
384 | .phys_io = IO_PHYS, | 384 | .phys_io = IO_PHYS, |
385 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, | 385 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, |
386 | .boot_params = (DA8XX_DDR_BASE + 0x100), | 386 | .boot_params = (DA8XX_DDR_BASE + 0x100), |