From b9aed0e190365f29494a3876b4675c5f48494bd4 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 29 Oct 2009 23:35:54 +0000 Subject: [PATCH] [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 --- target/linux/olpc/image/olpc.fth | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.35.1