Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a6516ff authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli
Browse files

ARM: BCM5301X: Enable earlycon on tested devices



This allows reporting & debugging problems occurring early in the boot
process.

Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
Acked-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent dd70ccfa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
	model = "Buffalo WZR-1750DHP (BCM4708)";

	chosen {
		bootargs = "console=ttyS0,115200";
		bootargs = "console=ttyS0,115200 earlycon";
	};

	memory {
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
	model = "Luxul XWC-1000 (BCM4708)";

	chosen {
		bootargs = "console=ttyS0,115200";
		bootargs = "console=ttyS0,115200 earlycon";
	};

	memory {
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
	model = "Netgear R6250 V1 (BCM4708)";

	chosen {
		bootargs = "console=ttyS0,115200";
		bootargs = "console=ttyS0,115200 earlycon";
	};

	memory {
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
	model = "SmartRG SR400ac";

	chosen {
		bootargs = "console=ttyS0,115200";
		bootargs = "console=ttyS0,115200 earlycon";
	};

	memory {
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
	model = "Buffalo WZR-600DHP2 (BCM47081)";

	chosen {
		bootargs = "console=ttyS0,115200";
		bootargs = "console=ttyS0,115200 earlycon";
	};

	memory {
Loading