diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2023-01-07 16:59:14 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2023-01-07 17:45:17 +0100 |
commit | 11759a5bf3c62846ded3d8946322802d41ac8984 (patch) | |
tree | 259bc8ffb69f675df951a61bd4f5081651367697 /target/linux/ipq806x | |
parent | 98b09ba250d3f9e690e26ea65e9bbdcc2dc7d26d (diff) | |
download | upstream-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/ipq806x')
-rw-r--r-- | target/linux/ipq806x/patches-5.10/900-arm-add-cmdline-override.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/patches-5.10/900-arm-add-cmdline-override.patch b/target/linux/ipq806x/patches-5.10/900-arm-add-cmdline-override.patch index ddc3b7cb52..3f43328961 100644 --- a/target/linux/ipq806x/patches-5.10/900-arm-add-cmdline-override.patch +++ b/target/linux/ipq806x/patches-5.10/900-arm-add-cmdline-override.patch @@ -17,7 +17,7 @@ default "" --- 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)); |