summaryrefslogtreecommitdiffstats
path: root/conf/machine/am57xx-evm.conf
diff options
context:
space:
mode:
authorFranklin S. Cooper Jr <fcooper@ti.com>2014-07-23 04:07:18 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-07-23 16:15:12 -0400
commit3a2d6f20f83a948e5ff9133a9ba58a151e888e54 (patch)
tree2ee08391a442b59adc5a8db6e4ca41f4ce816587 /conf/machine/am57xx-evm.conf
parent072fca87de2ea7da822f0efbfdfb208f0f998071 (diff)
downloadmeta-ti-3a2d6f20f83a948e5ff9133a9ba58a151e888e54.tar.gz
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>
Diffstat (limited to 'conf/machine/am57xx-evm.conf')
-rw-r--r--conf/machine/am57xx-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 7069b44b..56b18736 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/dra7xx.inc
6 6
7IMAGE_FSTYPES += "ubi tar.gz" 7IMAGE_FSTYPES += "ubi tar.gz"
8 8
9SERIAL_CONSOLE = "115200 ttyO0" 9SERIAL_CONSOLE = "115200 ttyO2"
10 10
11UBOOT_MACHINE = "dra7xx_evm_config" 11UBOOT_MACHINE = "dra7xx_evm_config"
12 12