diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-02-15 21:54:37 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-02-16 00:46:23 +0100 |
commit | 236840eb473d271450d9864d1c46927ddaf305ee (patch) | |
tree | c9b34623da285c535cafdcd7fbc286a5f39f7462 /target/linux/ramips/patches-4.9/0100-prom_fixes.patch | |
parent | d517f043434901452fd19dabc7deefb58179c444 (diff) | |
download | upstream-236840eb473d271450d9864d1c46927ddaf305ee.tar.gz upstream-236840eb473d271450d9864d1c46927ddaf305ee.tar.bz2 upstream-236840eb473d271450d9864d1c46927ddaf305ee.zip |
kernel: update kernel 4.9 to version 4.9.10
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ramips/patches-4.9/0100-prom_fixes.patch')
-rw-r--r-- | target/linux/ramips/patches-4.9/0100-prom_fixes.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-4.9/0100-prom_fixes.patch b/target/linux/ramips/patches-4.9/0100-prom_fixes.patch index 50eeeea219..07042f89b1 100644 --- a/target/linux/ramips/patches-4.9/0100-prom_fixes.patch +++ b/target/linux/ramips/patches-4.9/0100-prom_fixes.patch @@ -50,8 +50,8 @@ Signed-off-by: John Crispin <blogic@openwrt.org> + if (chosen_dtb) + strlcpy(arcs_cmdline, boot_command_line, COMMAND_LINE_SIZE); - of_scan_flat_dt(early_init_dt_find_memory, NULL); - if (memory_dtb) + strlcpy(arcs_cmdline, boot_command_line, COMMAND_LINE_SIZE); + --- a/arch/mips/kernel/head.S +++ b/arch/mips/kernel/head.S @@ -85,6 +85,9 @@ EXPORT(__image_cmdline) |