configs: Change default baud rate to 115200
Updated DTS and configuration files to set the default baud rate from 38400 to 115200. Signed-off-by: Che-Wei Chuang <cnoize@andestech.com>
This commit is contained in:
committed by
Leo Yu-Chi Liang
parent
3b8a3df191
commit
281e6fa4e4
@@ -17,8 +17,8 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,38400n8 debug loglevel=7";
|
||||
stdout-path = "uart0:38400n8";
|
||||
bootargs = "console=ttyS0,115200n8 debug loglevel=7";
|
||||
stdout-path = "uart0:115200n8";
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,38400n8 debug loglevel=7";
|
||||
stdout-path = "uart0:38400n8";
|
||||
bootargs = "console=ttyS0,115200n8 debug loglevel=7";
|
||||
stdout-path = "uart0:115200n8";
|
||||
};
|
||||
|
||||
cpus {
|
||||
|
||||
Reference in New Issue
Block a user