[meta-ti] Chase Maupin : omap5-evm: Update serial console to proper value
Arago Project git
git at arago-project.org
Tue Mar 26 11:36:18 PDT 2013
Module: meta-ti
Branch: danny
Commit: ca64840babba4231384a111c677c606a8f6f25eb
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=ca64840babba4231384a111c677c606a8f6f25eb
Author: Chase Maupin <Chase.Maupin at ti.com>
Date: Fri Mar 22 14:25:48 2013 -0500
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 at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
conf/machine/omap5-evm.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/conf/machine/omap5-evm.conf b/conf/machine/omap5-evm.conf
index 0504bb6..5fe3942 100644
--- a/conf/machine/omap5-evm.conf
+++ b/conf/machine/omap5-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/omap-a15.inc
IMAGE_FSTYPES += "ubi tar.gz"
-SERIAL_CONSOLE = "115200 ttyO0"
+SERIAL_CONSOLE = "115200 ttyO2"
# UBI information. Note that this is board and kernel specific. Changes
# in your kernel port may require changes in these variables. For more
More information about the meta-ti
mailing list