arm: mvebu: fix typo in machine name for Armada 370/XP
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 12 Nov 2012 11:03:38 +0000 (12:03 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 14 Nov 2012 15:35:10 +0000 (16:35 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Tested-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/mach-mvebu/armada-370-xp.c

index 29c27cd710186f366cbbafafdb75693bb29f65c3..a2f5bbc0d2e51ce1f4833efb038f514767afbe33 100644 (file)
@@ -51,7 +51,7 @@ static const char * const armada_370_xp_dt_compat[] = {
        NULL,
 };
 
-DT_MACHINE_START(ARMADA_XP_DT, "Marvell Aramada 370/XP (Device Tree)")
+DT_MACHINE_START(ARMADA_XP_DT, "Marvell Armada 370/XP (Device Tree)")
        .init_machine   = armada_370_xp_dt_init,
        .map_io         = armada_370_xp_map_io,
        .init_irq       = armada_370_xp_init_irq,
This page took 0.02581 seconds and 5 git commands to generate.