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

Commit 475c3eef authored by Baruch Siach's avatar Baruch Siach Committed by Olof Johansson
Browse files

ARM: digicolor: dts: use stdout-path for console configuration



Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 1172f67f
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -64,8 +64,7 @@
	};
	};


	chosen {
	chosen {
		bootargs = "console=ttyS0,115200";
		stdout-path = "serial0:115200n8";
		stdout-path = &uart0;
	};
	};
};
};