Skip to content
Commit 7e4b66aa authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent dd857ee7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment