Skip to content

Commit

Permalink
[POWERPC] celleb: Fix parsing of machine type hack command line option
Browse files Browse the repository at this point in the history
This is a bugfix to install Fedora Core 6 by using kernel
command line 'celleb_machine_type_hack=CHRP'.

Yes, this is a one-character fix to add forgotten '='.

Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Ishizaki Kou authored and Paul Mackerras committed May 10, 2007
1 parent 0f6e74a commit b4f8b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/celleb/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static int celleb_machine_type_hack(char *ptr)
return 0;
}

__setup("celleb_machine_type_hack", celleb_machine_type_hack);
__setup("celleb_machine_type_hack=", celleb_machine_type_hack);

static void celleb_progress(char *s, unsigned short hex)
{
Expand Down

0 comments on commit b4f8b10

Please sign in to comment.