mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
mediatek: pass console inside bootargs on mt7629
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
d4f1937a21
commit
567d08104e
@ -18,7 +18,7 @@
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
bootargs = "earlycon=uart8250,mmio32,0x11002000";
|
||||
bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n8";
|
||||
};
|
||||
|
||||
gpio-keys {
|
||||
|
Loading…
Reference in New Issue
Block a user