mediatek: pass console inside bootargs on mt7629
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
d4f1937a21
commit
567d08104e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
stdout-path = "serial0:115200n8";
|
stdout-path = "serial0:115200n8";
|
||||||
bootargs = "earlycon=uart8250,mmio32,0x11002000";
|
bootargs = "earlycon=uart8250,mmio32,0x11002000 console=ttyS0,115200n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio-keys {
|
gpio-keys {
|
||||||
|
|
Loading…
Reference in a new issue