projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f6e74a
)
[POWERPC] celleb: Fix parsing of machine type hack command line option
author
Ishizaki Kou
<kou.ishizaki@toshiba.co.jp>
Wed, 9 May 2007 07:38:03 +0000
(17:38 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 10 May 2007 11:28:12 +0000
(21:28 +1000)
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>
arch/powerpc/platforms/celleb/setup.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/celleb/setup.c
b/arch/powerpc/platforms/celleb/setup.c
index 596ab2a788d4571cd3f51f85a7b15352bbf25794..5e9f7f163571a36b08344e18e8e931c8035c47b1 100644
(file)
--- a/
arch/powerpc/platforms/celleb/setup.c
+++ b/
arch/powerpc/platforms/celleb/setup.c
@@
-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)
{