mirror of https://github.com/hak5/openwrt.git
mediatek: pass console inside bootargs on mt7629
Signed-off-by: John Crispin <john@phrozen.org>master
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