summaryrefslogtreecommitdiff
path: root/meta-amd
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-12-03 16:47:02 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-10-13 22:29:38 +0300
commit046dcdccabccc74901a6e2ef6da4259d3e725c08 (patch)
treed201f4bd4ca4478f722d728037677f5298abc992 /meta-amd
parent2ca95b74703b43d239790c00754436b472753ee2 (diff)
downloadopenbmc-046dcdccabccc74901a6e2ef6da4259d3e725c08.tar.xz
meta-ethanolx: Correct 'obmc-console' configuration file
In the AMD EthanolX board CPU0 UART1 is connected to the BMC UART0. Therefore from the point of BMC UART0 is an upstream (host) UART. 'obmc-console' application gets this information from its configuration file name ('server.ttyS0.conf'). On the other case setting 'local-tty' inside the configuration file is intended for the downstream UART settings, which is not present on the AMD EthanolX board. Therefore remove this setting. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I3daa1528cb5a7b5ff748189f29da3c3d91899ca4
Diffstat (limited to 'meta-amd')
-rw-r--r--meta-amd/recipes-phosphor/console/obmc-console/ethanolx/server.ttyS0.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-amd/recipes-phosphor/console/obmc-console/ethanolx/server.ttyS0.conf b/meta-amd/recipes-phosphor/console/obmc-console/ethanolx/server.ttyS0.conf
index 88d84d7cad..666e66aac0 100644
--- a/meta-amd/recipes-phosphor/console/obmc-console/ethanolx/server.ttyS0.conf
+++ b/meta-amd/recipes-phosphor/console/obmc-console/ethanolx/server.ttyS0.conf
@@ -1,2 +1 @@
-local-tty = ttyS0
baud = 115200