summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Wu <huanyu@xilinx.com>2012-10-08 10:21:01 +1000
committerJason Wu <huanyu@xilinx.com>2012-10-10 12:14:27 +1000
commit446215bed626c32bcf26b91bd2fd712f45f14b54 (patch)
treebb3c25de0c6ca8a616354b70b4d731bc65ec415d
parent51c11d0ac072b2fbaef68fb7e6027bdb08dbb04c (diff)
downloadmeta-xilinx-446215bed626c32bcf26b91bd2fd712f45f14b54.tar.gz
machine:MB BE: 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/microblaze.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/microblaze.conf b/conf/machine/microblaze.conf
index f890f55b..46c61888 100644
--- a/conf/machine/microblaze.conf
+++ b/conf/machine/microblaze.conf
@@ -9,4 +9,4 @@ require conf/machine/include/tune-microblaze.inc
9 9
10KERNEL_IMAGETYPE = "uImage" 10KERNEL_IMAGETYPE = "uImage"
11 11
12SERIAL_CONSOLE = "115200 ttyPS0" 12SERIAL_CONSOLE = "115200 ttyS0"