diff options
-rw-r--r-- | target/linux/olpc/image/olpc.fth | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/olpc/image/olpc.fth b/target/linux/olpc/image/olpc.fth index f250ab0c7..5914be660 100644 --- a/target/linux/olpc/image/olpc.fth +++ b/target/linux/olpc/image/olpc.fth @@ -1,4 +1,5 @@ \ Boot script " u:\boot\vmlinuz" to boot-device -" @CMDLINE@ noinitrd console=tty0" to boot-file +" @CMDLINE@ noinitrd console=ttyS0,115200 console=tty0" to boot-file +unfreeze boot |