From: Marc Dietrich Date: Thu, 19 May 2011 12:08:29 +0000 (+0200) Subject: ARM: tegra: paz00: change the machine name X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d1890d4d1a12f92ce423b10270f8dba604a039df;p=deliverable%2Flinux.git ARM: tegra: paz00: change the machine name 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 Signed-off-by: Colin Cross --- diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c index 7fdc40908ca8..1b076f6f23d1 100644 --- a/arch/arm/mach-tegra/board-paz00.c +++ b/arch/arm/mach-tegra/board-paz00.c @@ -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,