From 299a63f0f07459ca52014f86dc4590cb0a8a850c Mon Sep 17 00:00:00 2001 From: Enrico Butera Date: Thu, 14 Jun 2012 22:26:13 +0200 Subject: [PATCH] allwinner-a10: serial console is ttyS0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As reported by Henrik Nordström. Signed-off-by: Enrico Butera --- conf/machine/allwinner-a10.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/allwinner-a10.conf b/conf/machine/allwinner-a10.conf index 953215a..5d266a5 100644 --- a/conf/machine/allwinner-a10.conf +++ b/conf/machine/allwinner-a10.conf @@ -23,7 +23,7 @@ SPL_BINARY = "sun4i-spl.bin" IMAGE_FSTYPES += "tar.bz2" # Guesswork -SERIAL_CONSOLE = "115200 ttyS2" +SERIAL_CONSOLE = "115200 ttyS0" #EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x40000 -s 4096"