From ca64840babba4231384a111c677c606a8f6f25eb Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Fri, 22 Mar 2013 14:25:48 -0500 Subject: [PATCH] omap5-evm: Update serial console to proper value * The serial console for the OMAP5 uEVM is ttyO2 not ttyO0 Signed-off-by: Chase Maupin Signed-off-by: Denys Dmytriyenko --- conf/machine/omap5-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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