]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
ARM: DRA7: board-generic: Modify the machine name
authorPraneeth Bajjuri <praneeth@ti.com>
Thu, 11 Jul 2013 21:26:09 +0000 (16:26 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Thu, 11 Jul 2013 21:36:13 +0000 (16:36 -0500)
Changing the machine name to "Jacinto6 evm board".

This is needed to populate the correct device name to sdk.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Dandawate Saket <dsaket@ti.com>
arch/arm/mach-omap2/board-generic.c

index d60b2059954e3b56ba772cba5638655e9c6312d9..eca7a77df802bc33cd90ffb19a3ad42ba9c1419e 100644 (file)
@@ -261,7 +261,7 @@ static const char *dra7xx_boards_compat[] __initdata = {
        NULL,
 };
 
-DT_MACHINE_START(DRA7XX_DT, "Generic DRA7XX (Flattened Device Tree)")
+DT_MACHINE_START(DRA7XX_DT, "Jacinto6 evm board")
        .reserve        = omap_reserve,
        .smp            = smp_ops(omap4_smp_ops),
        .map_io         = omap5_map_io,