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 | b9aed0e190365f29494a3876b4675c5f48494bd4 (patch) | |
tree | 9c8b7f642919eb404e10a9e134d2a0afd508c271 /target/linux | |
parent | 6dc92f178efbb61ad67a8425b62d303d4c05e98a (diff) | |
download | upstream-b9aed0e190365f29494a3876b4675c5f48494bd4.tar.gz upstream-b9aed0e190365f29494a3876b4675c5f48494bd4.tar.bz2 upstream-b9aed0e190365f29494a3876b4675c5f48494bd4.zip |
[olpc] make the kernel also output on ttyS0 and ask openfirmware to unfreeze the screen
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18216 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |