On Tue, Oct 30, 2018 at 5:37 AM Anup Patel <[email protected]> wrote: > > The printk timestamps are very useful information to visually see > where kernel is spending time during boot. It also helps us see > the timing of hotplug events at runtime. > > This patch enables printk timestamps in RISC-V defconfig so that > we have it enabled by default (similar to other architectures > such as x86_64, arm64, etc). > > Signed-off-by: Anup Patel <[email protected]>
Acked-by: Olof Johansson <[email protected]> For next time: doing a re-format of the defconfig (to shuffle config order), plus changes in the same patch, tends to be a bit fragile. For cases like these, I'd recommend hand-pruning to just flip the one option if needed, and then have Palmer or Andrew refresh the defconfig during a merge window if needed (usually quite rare). -Olof

