]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.arch/ppc-pegasos-console-autodetection.patch
Merge branch 'master' into next
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.arch / ppc-pegasos-console-autodetection.patch
1 From: olh@suse.de
2 Subject: force speed to fix autodetection on pegasos2
3 Patch-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 }