]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.arch/ppc-pegasos-console-autodetection.patch
Fix oinkmaster patch.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.arch / ppc-pegasos-console-autodetection.patch
CommitLineData
2cb7cef9
BS
1From: olh@suse.de
2Subject: force speed to fix autodetection on pegasos2
3Patch-mainline: never
4
5---
6 arch/powerpc/platforms/chrp/setup.c | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9--- a/arch/powerpc/platforms/chrp/setup.c
10+++ b/arch/powerpc/platforms/chrp/setup.c
11@@ -295,7 +295,7 @@ static void chrp_init_early(void)
12 if (!property)
13 goto out_put;
14 if (!strcmp(property, "failsafe") || !strcmp(property, "serial"))
15- add_preferred_console("ttyS", 0, NULL);
16+ add_preferred_console("ttyS", 0, "115200");
17 out_put:
18 of_node_put(node);
19 }