1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

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@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Franklin S. Cooper Jr
2014-07-23 04:07:18 +00:00
committed by Denys Dmytriyenko
parent 072fca87de
commit 3a2d6f20f8

View File

@@ -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"