From 51c11d0ac072b2fbaef68fb7e6027bdb08dbb04c Mon Sep 17 00:00:00 2001 From: Jason Wu Date: Mon, 8 Oct 2012 10:19:18 +1000 Subject: machine:MB LE: change serial console to ttyS0 Assuming it is using uart16550 ip core Signed-off-by: Jason Wu --- conf/machine/microblazeel.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/microblazeel.conf b/conf/machine/microblazeel.conf index 68cad246..10d4b870 100644 --- a/conf/machine/microblazeel.conf +++ b/conf/machine/microblazeel.conf @@ -9,4 +9,4 @@ require conf/machine/include/tune-microblazeel.inc KERNEL_IMAGETYPE = "uImage" -SERIAL_CONSOLE = "115200 ttyPS0" +SERIAL_CONSOLE = "115200 ttyS0" -- cgit v1.2.3-54-g00ecf