Commit a200c4e1 authored by Phil Elwell's avatar Phil Elwell
Browse files

BCM27XX_DT: Delete 'stdout-path' property

The 'stdout-path' property introduced upstream changes the behaviour
on a non-Bluetooth Pi by enabling a console on UART0 when the user
may not want one. The boot order is such that /dev/console ends up
on the serial port instead of tty0.

Delete the property in downstream DTBs to retrurn to the previous
behaviour of only enabling consoles selected in cmdline.txt.

See: https://github.com/raspberrypi/linux/issues/2436



Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.org>
parent ad350a58
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
/ {
	chosen {
		bootargs = "";
		/delete-property/ stdout-path;
	};

	soc: soc {