diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-29 23:35:54 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-29 23:35:54 +0000 |
commit | c13f3a58d0195190f787ed6401b58a24ed855ad7 (patch) | |
tree | 677f5922f02dd66ca05e5f3763145bf7eecd6bcb /target/linux/olpc/image/olpc.fth | |
parent | 540e328b6670a815950926929f303059998f1c66 (diff) | |
download | upstream-c13f3a58d0195190f787ed6401b58a24ed855ad7.tar.gz upstream-c13f3a58d0195190f787ed6401b58a24ed855ad7.tar.bz2 upstream-c13f3a58d0195190f787ed6401b58a24ed855ad7.zip |
make the kernel also output on ttyS0 and ask openfirmware to unfreeze the screen
SVN-Revision: 18216
Diffstat (limited to 'target/linux/olpc/image/olpc.fth')
-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 f250ab0c72..5914be6606 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 |