]> git.baikalelectronics.ru Git - kernel.git/commit
bootconfig: Share the checksum function with tools
authorMasami Hiramatsu <mhiramat@kernel.org>
Wed, 2 Jun 2021 08:19:34 +0000 (17:19 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 10 Jun 2021 17:41:26 +0000 (13:41 -0400)
commitfa847d8c118f1fcc285df00b3696abf64e036985
treeba01e7fd496e6f9c07fa89d44efa37efac49e81a
parent480d9bee228d9ef3c5402bc97a3981e80468a126
bootconfig: Share the checksum function with tools

Move the checksum calculation function into the header for sharing it
with tools/bootconfig.

Link: https://lkml.kernel.org/r/162262197470.264090.16325743685807878807.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
include/linux/bootconfig.h
init/main.c
tools/bootconfig/main.c