summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2013-03-22 14:25:48 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-03-26 14:35:20 -0400
commitca64840babba4231384a111c677c606a8f6f25eb (patch)
tree123d5f9854a4f8b9aca43d6ed6d4f417c31fdc59
parent2d10089a70c5c238510f10e29e79c1704d7cfa98 (diff)
downloadmeta-ti-ca64840babba4231384a111c677c606a8f6f25eb.tar.gz
omap5-evm: Update serial console to proper value
* The serial console for the OMAP5 uEVM is ttyO2 not ttyO0 Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/omap5-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/omap5-evm.conf b/conf/machine/omap5-evm.conf
index 0504bb6c..5fe39424 100644
--- a/conf/machine/omap5-evm.conf
+++ b/conf/machine/omap5-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 ttyO0" 9SERIAL_CONSOLE = "115200 ttyO2"
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