ARM: tegra: paz00: change the machine name
authorMarc Dietrich <marvin24@gmx.de>
Thu, 19 May 2011 12:08:29 +0000 (14:08 +0200)
committerColin Cross <ccross@android.com>
Wed, 13 Jul 2011 03:38:57 +0000 (20:38 -0700)
This renames "paz00" in MACHINE_START macro to a neater string.
PAZ00 seems to have been the Compal internal project name, while
PROCYON looks like Toshiba project name.
Anyway, the AC100 support package in Ubuntu needs the new naming to
identify the machine.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Colin Cross <ccross@android.com>
arch/arm/mach-tegra/board-paz00.c

index 7fdc40908ca80158a0f2017894d0d4a2fcb46ea1..1b076f6f23d1755a6c8777e9f81ab81a9a7c340f 100644 (file)
@@ -169,7 +169,7 @@ static void __init tegra_paz00_init(void)
        paz00_usb_init();
 }
 
-MACHINE_START(PAZ00, "paz00")
+MACHINE_START(PAZ00, "Toshiba AC100 / Dynabook AZ")
        .boot_params    = 0x00000100,
        .fixup          = tegra_paz00_fixup,
        .map_io         = tegra_map_common_io,
This page took 0.024943 seconds and 5 git commands to generate.