unit: fix serial console baudrate to 115200
authorINSUN PYO <insun.pyo@samsung.com>
Thu, 4 Mar 2021 06:22:39 +0000 (15:22 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 12 Feb 2024 15:37:49 +0000 (16:37 +0100)
commitc5e8424373c9d208314ad1a961ae344bd49d2051
treeaeed542c8105818171be5082cc4e57282916b334
parentebc55bee767a1523e11118d31eb27713085cff59
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