From c49e7d4275322b43f15989b3eb15e4b21e983704 Mon Sep 17 00:00:00 2001 From: Chase Maupin Date: Tue, 4 Jun 2013 08:14:03 -0500 Subject: dra7xx-evm: Update serial console * Updated the serial console to use ttyO0 which is what the evm uses. Signed-off-by: Chase Maupin Signed-off-by: Denys Dmytriyenko --- conf/machine/dra7xx-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 IMAGE_FSTYPES += "ubi tar.gz" -SERIAL_CONSOLE = "115200 ttyO2" +SERIAL_CONSOLE = "115200 ttyO0" # UBI information. Note that this is board and kernel specific. Changes # in your kernel port may require changes in these variables. For more -- cgit v1.2.3-54-g00ecf