Kaynağa Gözat

bmips: remove unneeded console from bootargs

console parameter is no longer needed after latest procd update.

Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Álvaro Fernández Rojas 4 yıl önce
ebeveyn
işleme
45180e862c

+ 1 - 1
target/linux/bmips/dts/bcm6318.dtsi

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

+ 1 - 1
target/linux/bmips/dts/bcm63268.dtsi

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

+ 1 - 1
target/linux/bmips/dts/bcm6328.dtsi

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

+ 1 - 1
target/linux/bmips/dts/bcm6358.dtsi

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

+ 1 - 1
target/linux/bmips/dts/bcm6362.dtsi

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

+ 1 - 1
target/linux/bmips/dts/bcm6368.dtsi

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