diff options
| author | Simon Glass <[email protected]> | 2022-02-08 11:49:53 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2022-02-22 10:05:44 -0700 |
| commit | 7e4b66aa8743aca134883d0ebc42535ce43ecf25 (patch) | |
| tree | faaab66a3d2a9c78335b929e24dc8b39101974f8 /scripts | |
| parent | dd857ee7614fea27de3eb6dbd87749a9640c69b1 (diff) | |
dtoc: Support reading a list of arguments
It is helpful to support a string or stringlist containing a list of
space-separated arguments, for example:
args = "-n fred", "-a", "123";
This resolves to the list:
-n fred -a 123
which can be passed to a program as arguments.
Add a helper to do the required processing.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
