aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.14/950-0253-BCM27XX_DT-Delete-stdout-path-property.patch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2019-08-02 18:55:55 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2019-08-02 18:55:55 +0200
commit00813d4dd976cc823fa089840ff2f4a10dd6cd0c (patch)
tree8f2c74a928c9ea0eceb64809d9039db824ae6663 /target/linux/brcm2708/patches-4.14/950-0253-BCM27XX_DT-Delete-stdout-path-property.patch
parent19226502bf6393706defe7f049c587b32c9b4f33 (diff)
downloadupstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.tar.gz
upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.tar.bz2
upstream-00813d4dd976cc823fa089840ff2f4a10dd6cd0c.zip
brcm2708: remove linux 4.14 support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm2708/patches-4.14/950-0253-BCM27XX_DT-Delete-stdout-path-property.patch')
-rw-r--r--target/linux/brcm2708/patches-4.14/950-0253-BCM27XX_DT-Delete-stdout-path-property.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/brcm2708/patches-4.14/950-0253-BCM27XX_DT-Delete-stdout-path-property.patch b/target/linux/brcm2708/patches-4.14/950-0253-BCM27XX_DT-Delete-stdout-path-property.patch
deleted file mode 100644
index b83705c183..0000000000
--- a/target/linux/brcm2708/patches-4.14/950-0253-BCM27XX_DT-Delete-stdout-path-property.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 877341073006aff44e678daa775c4dbf55ca60b5 Mon Sep 17 00:00:00 2001
-From: Phil Elwell <phil@raspberrypi.org>
-Date: Fri, 16 Mar 2018 10:13:19 +0000
-Subject: [PATCH 253/454] 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(+)
-
---- 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 {