summaryrefslogtreecommitdiffstats
path: root/conf/machine/beaglebone.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-03-03 05:43:58 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-03-06 14:17:54 -0500
commitf8d3107a3bacddbb87b75a597116d0edcddc35d5 (patch)
tree1fe7cb9c3ba40488bd261d98a7a731a97b900dd0 /conf/machine/beaglebone.conf
parent870b2f482cdfd4e2fb143297fd3c27aa364af053 (diff)
downloadmeta-ti-f8d3107a3bacddbb87b75a597116d0edcddc35d5.tar.gz
conf/machine: simplify console settings, deprecate ttyO use
Now, that 4.9 finally switched from ttyO to ttyS and all issues were addressed, no need to try all possible combinations in most cases. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/beaglebone.conf')
-rw-r--r--conf/machine/beaglebone.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index 72f3ba53..ff964ac8 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -12,6 +12,6 @@ MACHINE_GUI_CLASS = "bigscreen"
12 12
13IMAGE_FSTYPES += "tar.gz" 13IMAGE_FSTYPES += "tar.gz"
14 14
15SERIAL_CONSOLE = "115200 ttyO0" 15SERIAL_CONSOLE = "115200 ttyS0"
16 16
17UBOOT_MACHINE = "am335x_boneblack_config" 17UBOOT_MACHINE = "am335x_boneblack_config"