aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc85xx/patches-5.10
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2023-01-07 16:59:14 +0100
committerRafał Miłecki <rafal@milecki.pl>2023-01-07 17:45:17 +0100
commit11759a5bf3c62846ded3d8946322802d41ac8984 (patch)
tree259bc8ffb69f675df951a61bd4f5081651367697 /target/linux/mpc85xx/patches-5.10
parent98b09ba250d3f9e690e26ea65e9bbdcc2dc7d26d (diff)
downloadupstream-11759a5bf3c62846ded3d8946322802d41ac8984.tar.gz
upstream-11759a5bf3c62846ded3d8946322802d41ac8984.tar.bz2
upstream-11759a5bf3c62846ded3d8946322802d41ac8984.zip
kernel: backport of changes & helpers
This code is required for upcoming NVMEM changes. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/mpc85xx/patches-5.10')
-rw-r--r--target/linux/mpc85xx/patches-5.10/102-powerpc-add-cmdline-override.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/patches-5.10/102-powerpc-add-cmdline-override.patch b/target/linux/mpc85xx/patches-5.10/102-powerpc-add-cmdline-override.patch
index 9242fce4e2..95ce5f2bb9 100644
--- a/target/linux/mpc85xx/patches-5.10/102-powerpc-add-cmdline-override.patch
+++ b/target/linux/mpc85xx/patches-5.10/102-powerpc-add-cmdline-override.patch
@@ -17,7 +17,7 @@
help
--- a/drivers/of/fdt.c
+++ b/drivers/of/fdt.c
-@@ -1059,6 +1059,17 @@ int __init early_init_dt_scan_chosen(uns
+@@ -1058,6 +1058,17 @@ int __init early_init_dt_scan_chosen(uns
if (p != NULL && l > 0)
strlcat(data, p, min_t(int, strlen(data) + (int)l, COMMAND_LINE_SIZE));