summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Wu <huanyu@xilinx.com>2012-10-08 10:19:18 +1000
committerJason Wu <huanyu@xilinx.com>2012-10-10 12:14:27 +1000
commit51c11d0ac072b2fbaef68fb7e6027bdb08dbb04c (patch)
treedeb238fa75dad509557b42048aa19cf5e3bc8773
parent3d889d3de203bdebb280c6fb245b246f4ffde9a7 (diff)
downloadmeta-xilinx-51c11d0ac072b2fbaef68fb7e6027bdb08dbb04c.tar.gz
machine:MB LE: change serial console to ttyS0
Assuming it is using uart16550 ip core Signed-off-by: Jason Wu <huanyu@xilinx.com>
-rw-r--r--conf/machine/microblazeel.conf2
1 files changed, 1 insertions, 1 deletions
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
9 9
10KERNEL_IMAGETYPE = "uImage" 10KERNEL_IMAGETYPE = "uImage"
11 11
12SERIAL_CONSOLE = "115200 ttyPS0" 12SERIAL_CONSOLE = "115200 ttyS0"