mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Set default baud rate of serial output to 115200 for the VCU108.
This commit is contained in:
parent
9d89c6dae8
commit
5a832ed828
@ -9,7 +9,7 @@
|
||||
chosen {
|
||||
linux,initrd-end = <0x85c43a00>;
|
||||
linux,initrd-start = <0x84200000>;
|
||||
bootargs = "root=/dev/vda ro";
|
||||
bootargs = "console=ttyS0,115200 root=/dev/vda ro";
|
||||
stdout-path = "/soc/uart@10000000";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user