diff options
author | Kabuli Chana <newtownBuild@gmail.com> | 2021-02-23 10:29:49 -0700 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-24 18:45:59 +0100 |
commit | dc8cc446128776ee69571ff03925e6bd3256c2e0 (patch) | |
tree | 604d6c52d28a3171b2c416c75beeb54b80e2cf4e /target/linux/mpc85xx/patches-5.10/102-powerpc-add-cmdline-override.patch | |
parent | a0eff5ddffa7f8445fd9f80683c231d71ae880cb (diff) | |
download | upstream-dc8cc446128776ee69571ff03925e6bd3256c2e0.tar.gz upstream-dc8cc446128776ee69571ff03925e6bd3256c2e0.tar.bz2 upstream-dc8cc446128776ee69571ff03925e6bd3256c2e0.zip |
kernel: bump version 5.10 to 5.10.18
update kernel version, refresh current patchset
Signed-off-by: Kabuli Chana <newtownBuild@gmail.com>
[rebase/refresh]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/mpc85xx/patches-5.10/102-powerpc-add-cmdline-override.patch')
-rw-r--r-- | target/linux/mpc85xx/patches-5.10/102-powerpc-add-cmdline-override.patch | 8 |
1 files changed, 4 insertions, 4 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 924ce9307e..652e8ee6c3 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 @@ -1,8 +1,8 @@ --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig -@@ -885,6 +885,14 @@ config CMDLINE_FORCE - This is useful if you cannot or don't want to change the - command-line options your boot loader passes to the kernel. +@@ -932,6 +932,14 @@ config CMDLINE_FORCE + + endchoice +config CMDLINE_OVERRIDE + bool "Use alternative cmdline from device tree" @@ -17,7 +17,7 @@ help --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c -@@ -1060,6 +1060,17 @@ int __init early_init_dt_scan_chosen(uns +@@ -1056,6 +1056,17 @@ int __init early_init_dt_scan_chosen(uns if (p != NULL && l > 0) strlcpy(data, p, min(l, COMMAND_LINE_SIZE)); |