mediatek: mt7623: add explicit console= to U7623 kernel

The bootloader for legacy builds can't set it, so we end up unable to
log in on the serial port.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
master
David Woodhouse 4 years ago committed by Chuanhong Guo
parent 15f585afc5
commit ea9ef8c945

@ -63,7 +63,7 @@ Subject: [PATCH] arm: dts: Add Unielec U7623 DTS
+ }; + };
+ +
+ chosen { + chosen {
+ bootargs = "root=/dev/mmcblk0p2 rootfstype=squashfs,f2fs"; + bootargs = "root=/dev/mmcblk0p2 rootfstype=squashfs,f2fs console=ttyS0,115200";
+ stdout-path = "serial2:115200n8"; + stdout-path = "serial2:115200n8";
+ }; + };
+ +

Loading…
Cancel
Save