aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.15/920-device_tree_cmdline.patch
diff options
context:
space:
mode:
authorJohn Audia <therealgraysky@proton.me>2022-07-15 08:20:36 -0400
committerHauke Mehrtens <hauke@hauke-m.de>2022-07-31 18:55:22 +0200
commitce014b1e3903887d47bede8128f2c698418ac5f1 (patch)
tree713de808c5e4af9c4efc1832628fd3128008e7b3 /target/linux/generic/hack-5.15/920-device_tree_cmdline.patch
parente4af991220638d4bb32e4668435d140afe232b25 (diff)
downloadupstream-ce014b1e3903887d47bede8128f2c698418ac5f1.tar.gz
upstream-ce014b1e3903887d47bede8128f2c698418ac5f1.tar.bz2
upstream-ce014b1e3903887d47bede8128f2c698418ac5f1.zip
kernel: bump 5.15 to 5.15.55
All patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B, mt7622/RT3200 Run-tested: bcm2711/RPi4B, mt7622/RT3200 Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/hack-5.15/920-device_tree_cmdline.patch')
-rw-r--r--target/linux/generic/hack-5.15/920-device_tree_cmdline.patch6
1 files changed, 1 insertions, 5 deletions
diff --git a/target/linux/generic/hack-5.15/920-device_tree_cmdline.patch b/target/linux/generic/hack-5.15/920-device_tree_cmdline.patch
index 0051edc25e..d1f36e716e 100644
--- a/target/linux/generic/hack-5.15/920-device_tree_cmdline.patch
+++ b/target/linux/generic/hack-5.15/920-device_tree_cmdline.patch
@@ -7,11 +7,9 @@ Subject: [PATCH] of/ftd: add device tree cmdline
drivers/of/fdt.c | 3 +++
1 file changed, 3 insertions(+)
-diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c
-index 59a7a9ee58ef..3b0b62b410dd 100644
--- a/drivers/of/fdt.c
+++ b/drivers/of/fdt.c
-@@ -1158,6 +1158,9 @@ int __init early_init_dt_scan_chosen(unsigned long node, const char *uname,
+@@ -1158,6 +1158,9 @@ int __init early_init_dt_scan_chosen(uns
p = of_get_flat_dt_prop(node, "bootargs", &l);
if (p != NULL && l > 0)
strlcpy(data, p, min(l, COMMAND_LINE_SIZE));
@@ -21,5 +19,3 @@ index 59a7a9ee58ef..3b0b62b410dd 100644
/*
* CONFIG_CMDLINE is meant to be a default in case nothing else
---
-