summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2013-06-04 08:14:03 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-06-04 16:34:03 -0400
commitc49e7d4275322b43f15989b3eb15e4b21e983704 (patch)
tree86149752afc5600482916ab7bfd7a503e59398f1
parente47e400d07bc1080eac10eb8a98a067b1fc4a8d1 (diff)
downloadmeta-ti-c49e7d4275322b43f15989b3eb15e4b21e983704.tar.gz
dra7xx-evm: Update serial console
* Updated the serial console to use ttyO0 which is what the evm uses. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/dra7xx-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 55438918..d968d3b3 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/omap-a15.inc
6 6
7IMAGE_FSTYPES += "ubi tar.gz" 7IMAGE_FSTYPES += "ubi tar.gz"
8 8
9SERIAL_CONSOLE = "115200 ttyO2" 9SERIAL_CONSOLE = "115200 ttyO0"
10 10
11# UBI information. Note that this is board and kernel specific. Changes 11# UBI information. Note that this is board and kernel specific. Changes
12# in your kernel port may require changes in these variables. For more 12# in your kernel port may require changes in these variables. For more