diff options
author | Masami Hiramatsu | 2020-07-16 01:00:29 +0900 |
---|---|---|
committer | Steven Rostedt (VMware) | 2020-08-03 16:22:28 -0400 |
commit | a2de2f86ae3831736dc906f9559b600f186403fe (patch) | |
tree | 4fa26bab9ff3e63faaef9f23f77614c8431ecac3 /Documentation/accounting | |
parent | 80a6e707dd9742390776a9306b400b1fbe405b4a (diff) |
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 'Documentation/accounting')
0 files changed, 0 insertions, 0 deletions