Signed-off-by: Henning Schild <[email protected]>

diff --git a/Documentation/non-root-linux.txt b/Documentation/non-root-linux.txt
--- a/Documentation/non-root-linux.txt
+++ b/Documentation/non-root-linux.txt
@@ -69,12 +69,12 @@ Those device tree source files are compi
 To create, load and start a Linux cell and use the first UART as console, issue
 
     jailhouse cell linux /path/to/linux.cell /path/to/bzImage \
-        -i /path/to/initrd -c "console=ttyS0,1152000"
+        -i /path/to/initrd -c "console=ttyS0,115200"
 
 Alternatively, you can prepare the required configuration image in advance via
 
     jailhouse cell linux /path/to/linux.cell /path/to/bzImage \
-        -i /path/to/initrd -c "console=ttyS0,1152000" -w /path/to/linux-params
+        -i /path/to/initrd -c "console=ttyS0,115200" -w /path/to/linux-params
 
 and then issue the basic tool commands on the target as printed by the command
 above.

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to