summaryrefslogtreecommitdiffstats
path: root/conf/machine/omap5-evm.conf
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:32:45 -0400
commite409a64f4c12b1b24ff207559ddd9623cbe5c8e3 (patch)
tree9daa9c4e81daf6531a31ce8fd4ec6a9a0a85f774 /conf/machine/omap5-evm.conf
parentbb07c1eaa01d540e0f70df251db52bbc3c6210da (diff)
downloadmeta-ti-e409a64f4c12b1b24ff207559ddd9623cbe5c8e3.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>
Diffstat (limited to 'conf/machine/omap5-evm.conf')
-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