1
0
Fork 0
alistair23-linux/tools/bootconfig
Masami Hiramatsu 5f811c57c9 bootconfig: Add append value operator support
Add append value operator "+=" support to bootconfig syntax.
With this operator, user can add new value to the key as
an entry of array instead of overwriting.
For example,

  foo = bar
  ...
  foo += baz

Then the key "foo" has "bar" and "baz" values as an array.

Link: http://lkml.kernel.org/r/158227283195.12842.8310503105963275584.stgit@devnote2

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2020-02-21 09:59:39 -05:00
..
include/linux tools/bootconfig: Remove unneeded error message silencer 2020-02-20 17:53:41 -05:00
samples bootconfig: Prohibit re-defining value on same key 2020-02-21 09:59:19 -05:00
.gitignore
Makefile tools: bootconfig: Add bootconfig test script 2020-01-13 13:19:39 -05:00
main.c tools/bootconfig: Remove unneeded error message silencer 2020-02-20 17:53:41 -05:00
test-bootconfig.sh bootconfig: Add append value operator support 2020-02-21 09:59:39 -05:00