Skip to content

Commit

Permalink
mediatek: mt7623: add explicit console= to U7623 kernel
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dwmw2 authored and 981213 committed Jul 26, 2020
1 parent 15f585a commit ea9ef8c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ Subject: [PATCH] arm: dts: Add Unielec U7623 DTS
+ };
+
+ chosen {
+ bootargs = "root=/dev/mmcblk0p2 rootfstype=squashfs,f2fs";
+ bootargs = "root=/dev/mmcblk0p2 rootfstype=squashfs,f2fs console=ttyS0,115200";
+ stdout-path = "serial2:115200n8";
+ };
+
Expand Down

0 comments on commit ea9ef8c

Please sign in to comment.