]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ARM: i.MX: efikamx: match machine descriptions with legacy
authorHector Oron <hector.oron@gmail.com>
Mon, 20 Feb 2012 23:09:28 +0000 (00:09 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 16 Apr 2012 07:54:50 +0000 (09:54 +0200)
  Rename machine descriptions to match legacy descriptions distributed by
  manufacturer BSP. This way distributions can do clean upgrades from
  userspace scripts which check for these values to differentiate platforms
  with single kernel binaries.

Signed-off-by: Hector Oron <hector.oron@gmail.com>
Acked-by: Matt Sealey <matt@genesi-usa.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/mach-mx51_efikamx.c
arch/arm/mach-imx/mach-mx51_efikasb.c

index 586e9f82212400555e42dca1b00492bf0c076b16..86e96ef11f9d554ef926b35b344d1d70441bfa55 100644 (file)
@@ -284,8 +284,7 @@ static struct sys_timer mx51_efikamx_timer = {
        .init = mx51_efikamx_timer_init,
 };
 
-MACHINE_START(MX51_EFIKAMX, "Genesi EfikaMX nettop")
-       /* Maintainer: Amit Kucheria <amit.kucheria@linaro.org> */
+MACHINE_START(MX51_EFIKAMX, "Genesi Efika MX (Smarttop)")
        .atag_offset = 0x100,
        .map_io = mx51_map_io,
        .init_early = imx51_init_early,
index 24aded9e109f09cd9d6e9c89304e0fa3c0d4f629..88f837a6cc76d44c841dfcc23de37b735d878953 100644 (file)
@@ -280,7 +280,7 @@ static struct sys_timer mx51_efikasb_timer = {
        .init   = mx51_efikasb_timer_init,
 };
 
-MACHINE_START(MX51_EFIKASB, "Genesi Efika Smartbook")
+MACHINE_START(MX51_EFIKASB, "Genesi Efika MX (Smartbook)")
        .atag_offset = 0x100,
        .map_io = mx51_map_io,
        .init_early = imx51_init_early,