Skip to content

Commit

Permalink
ARM: tegra: paz00: change the machine name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marc Dietrich authored and Colin Cross committed Jul 13, 2011
1 parent 41cdc62 commit d1890d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-tegra/board-paz00.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d1890d4

Please sign in to comment.