Hi, Tomasz, On Sat, 20 Feb 2021 at 16:55, Tomasz Maciej Nowak <tmn...@gmail.com> wrote: > > Please reset the number of 028 to 001, the backports should be sorted > chronologically so any subsequent patch addition will have minimal diff. > Also reset the number of patch 316 to 315.
Sure, will do! > > extern void init_IRQ(void); > > -@@ -631,6 +635,18 @@ asmlinkage __visible void __init start_k > > - page_alloc_init(); > > - > > - pr_notice("Kernel command line: %s\n", boot_command_line); > > -+ > > -+#if defined(CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_MANGLE) > > -+ //Show bootloader's original command line for reference > > -+ if(of_chosen) { > > -+ const char *prop = of_get_property(of_chosen, > > "bootloader-args", NULL); > > -+ if(prop) > > -+ pr_notice("Bootloader command line (ignored): %s\n", > > prop); > > -+ else > > -+ pr_notice("Bootloader command line not present\n"); > > -+ } > > -+#endif > > -+ > > Why is this chunk deleted? I see no explanation in commit message. Oh, my, I honestly haven't noticed it. Will fix too. Thanks, Rui _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel