From: Kevin Hilman Date: Tue, 29 Sep 2009 18:49:46 +0000 (-0700) Subject: davinci: da830 EVM: make machine name string consistent with da850 X-Git-Tag: v2.6.33-rc1~348^2~39 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6af6564db80d49c4530076f5cebeb0d257a04122;p=karo-tx-linux.git 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 --- 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) da830_init(); } -MACHINE_START(DAVINCI_DA830_EVM, "DaVinci DA830/OMAP L137 EVM") +MACHINE_START(DAVINCI_DA830_EVM, "DaVinci DA830/OMAP-L137 EVM") .phys_io = IO_PHYS, .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, .boot_params = (DA8XX_DDR_BASE + 0x100),