[meta-ti] Franklin S. Cooper Jr : am57xx-evm.conf: Use correct TTY port

Arago Project git git at arago-project.org
Wed Jul 23 13:33:09 PDT 2014


Module: meta-ti
Branch: master
Commit: 3a2d6f20f83a948e5ff9133a9ba58a151e888e54
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=3a2d6f20f83a948e5ff9133a9ba58a151e888e54

Author: Franklin S. Cooper Jr <fcooper at ti.com>
Date:   Wed Jul 23 04:07:18 2014 +0000

am57xx-evm.conf: Use correct TTY port

* This machine config is based on dra7xx-evm.conf.
* However, due to differences in the boards a different serial console is used.
* Update port for the am57xx-evm (GP).

Signed-off-by: Franklin S. Cooper Jr <fcooper at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 conf/machine/am57xx-evm.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 7069b44..56b1873 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/dra7xx.inc
 
 IMAGE_FSTYPES += "ubi tar.gz"
 
-SERIAL_CONSOLE = "115200 ttyO0"
+SERIAL_CONSOLE = "115200 ttyO2"
 
 UBOOT_MACHINE = "dra7xx_evm_config"
 



More information about the meta-ti mailing list