mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Test update to 4.14
This commit is contained in:
parent
57d33083f7
commit
dccb17c612
270 changed files with 149330 additions and 5 deletions
|
@ -0,0 +1,35 @@
|
|||
From a200c4e1f31f960db45e4601ea7e4be5eaf0e78d Mon Sep 17 00:00:00 2001
|
||||
From: Phil Elwell <phil@raspberrypi.org>
|
||||
Date: Fri, 16 Mar 2018 10:13:19 +0000
|
||||
Subject: [PATCH 276/277] 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: Phil Elwell <phil@raspberrypi.org>
|
||||
---
|
||||
arch/arm/boot/dts/bcm270x.dtsi | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/arch/arm/boot/dts/bcm270x.dtsi b/arch/arm/boot/dts/bcm270x.dtsi
|
||||
index 5c12450d2c30..d26b10ad0245 100644
|
||||
--- a/arch/arm/boot/dts/bcm270x.dtsi
|
||||
+++ b/arch/arm/boot/dts/bcm270x.dtsi
|
||||
@@ -4,6 +4,7 @@
|
||||
/ {
|
||||
chosen {
|
||||
bootargs = "";
|
||||
+ /delete-property/ stdout-path;
|
||||
};
|
||||
|
||||
soc: soc {
|
||||
--
|
||||
2.16.1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue