unit: fix serial console baudrate to 115200 24/254524/1 accepted/tizen/unified/20210309.140734 submit/tizen/20210308.075822
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 4 Mar 2021 06:22:39 +0000 (15:22 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Thu, 4 Mar 2021 06:32:36 +0000 (15:32 +0900)
commita997cbdee71cf450228c2287220bbef27cb41b98
treefbef9dd9bad432f1d29a99f2a5a881d9968d3675
parentf3789d515c60d8221bd0e39062100ccb14071923
unit: fix serial console baudrate to 115200

Due to noise coming into the serial console or other abnormal behavior,
agetty changes the baudrate in the following order: 115200, 38400, 9600.

Since tizen only uses 115200 baudrate, this is fixed.

It is reported in the DA.

Change-Id: Icf7224d1fabd4cdb45971ac9314ed4d19d220bb1
units/serial-getty@.service.m4