summaryrefslogtreecommitdiffstats
path: root/conf/machine/dra7xx-evm.conf
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2013-06-04 08:14:03 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-06-04 16:39:56 -0400
commit64b76e0915b2dfbc989002567bebc5080351ff22 (patch)
tree921e8edd11a7f97ce5f99ec47185255f8cc2e03a /conf/machine/dra7xx-evm.conf
parentb0eb4888a4cc9d300e061e344c5dfc578390ec14 (diff)
downloadmeta-ti-64b76e0915b2dfbc989002567bebc5080351ff22.tar.gz
dra7xx-evm: Update serial console
* Updated the serial console to use ttyO0 which is what the evm uses. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/dra7xx-evm.conf')
-rw-r--r--conf/machine/dra7xx-evm.conf2
1 files changed, 1 insertions, 1 deletions
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
6 6
7IMAGE_FSTYPES += "ubi tar.gz" 7IMAGE_FSTYPES += "ubi tar.gz"
8 8
9SERIAL_CONSOLE = "115200 ttyO2" 9SERIAL_CONSOLE = "115200 ttyO0"
10 10
11# UBI information. Note that this is board and kernel specific. Changes 11# UBI information. Note that this is board and kernel specific. Changes
12# in your kernel port may require changes in these variables. For more 12# in your kernel port may require changes in these variables. For more