summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mach-mx51_efikasb.c
diff options
context:
space:
mode:
authorHector Oron <hector.oron@gmail.com>2012-02-20 23:09:28 (GMT)
committerSascha Hauer <s.hauer@pengutronix.de>2012-04-16 07:54:50 (GMT)
commit33076883bc45bfdd5fa5c9bff7f012a460719aba (patch)
tree1ec9aa2b7a428cef4fa3771fdd7f740bcf14aad0 /arch/arm/mach-imx/mach-mx51_efikasb.c
parentd5be0d73ab8655e785ae49e4f19bf031a938b336 (diff)
downloadlinux-fsl-qoriq-33076883bc45bfdd5fa5c9bff7f012a460719aba.tar.xz
ARM: i.MX: efikamx: match machine descriptions with legacy
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>
Diffstat (limited to 'arch/arm/mach-imx/mach-mx51_efikasb.c')
-rw-r--r--arch/arm/mach-imx/mach-mx51_efikasb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx51_efikasb.c b/arch/arm/mach-imx/mach-mx51_efikasb.c
index 24aded9..88f837a 100644
--- a/arch/arm/mach-imx/mach-mx51_efikasb.c
+++ b/arch/arm/mach-imx/mach-mx51_efikasb.c
@@ -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,