bmips: remove unneeded console from bootargs

console parameter is no longer needed after latest procd update.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2021-03-08 10:12:42 +01:00
parent a3b863dc9f
commit 45180e862c
6 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@
};
chosen {
bootargs = "console=ttyS0,115200n8 earlycon";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};

View File

@ -24,7 +24,7 @@
};
chosen {
bootargs = "console=ttyS0,115200n8 earlycon";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};

View File

@ -23,7 +23,7 @@
};
chosen {
bootargs = "console=ttyS0,115200n8 earlycon";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};

View File

@ -22,7 +22,7 @@
};
chosen {
bootargs = "console=ttyS0,115200n8 earlycon";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};

View File

@ -24,7 +24,7 @@
};
chosen {
bootargs = "console=ttyS0,115200n8 earlycon";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};

View File

@ -23,7 +23,7 @@
};
chosen {
bootargs = "console=ttyS0,115200n8 earlycon";
bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};