summaryrefslogtreecommitdiff
path: root/tools/bootconfig/test-bootconfig.sh
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@kernel.org>2020-07-15 19:00:29 +0300
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2020-08-03 23:22:28 +0300
commita2de2f86ae3831736dc906f9559b600f186403fe (patch)
tree4fa26bab9ff3e63faaef9f23f77614c8431ecac3 /tools/bootconfig/test-bootconfig.sh
parent80a6e707dd9742390776a9306b400b1fbe405b4a (diff)
downloadlinux-a2de2f86ae3831736dc906f9559b600f186403fe.tar.xz
lib/bootconfig: Add override operator support
Add the value override operator (":=") support to the bootconfig. This value override operator will be useful for the bootloaders which will only update the existing bootconfig according to the bootloader boot options. Without this override operator, the bootloader needs to parse the existing bootconfig and update it. However, with this assignment, it can just append the updated (partial) bootconfig text at the tail of existing one without parsing it. (Of course, it must update the size, checksum and magic, but that will be done easily) Link: https://lkml.kernel.org/r/159482882954.126704.16209517125614438640.stgit@devnote2 Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'tools/bootconfig/test-bootconfig.sh')
0 files changed, 0 insertions, 0 deletions