diff options
author | Franklin S. Cooper Jr <fcooper@ti.com> | 2014-07-23 04:07:18 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-07-23 16:15:12 -0400 |
commit | 3a2d6f20f83a948e5ff9133a9ba58a151e888e54 (patch) | |
tree | 2ee08391a442b59adc5a8db6e4ca41f4ce816587 /conf | |
parent | 072fca87de2ea7da822f0efbfdfb208f0f998071 (diff) | |
download | meta-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')
-rw-r--r-- | 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 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 | ||
7 | IMAGE_FSTYPES += "ubi tar.gz" | 7 | IMAGE_FSTYPES += "ubi tar.gz" |
8 | 8 | ||
9 | SERIAL_CONSOLE = "115200 ttyO0" | 9 | SERIAL_CONSOLE = "115200 ttyO2" |
10 | 10 | ||
11 | UBOOT_MACHINE = "dra7xx_evm_config" | 11 | UBOOT_MACHINE = "dra7xx_evm_config" |
12 | 12 | ||