diff options
| author | Simon Glass <[email protected]> | 2022-02-08 11:49:58 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2022-02-22 10:05:44 -0700 |
| commit | 5c044ff52362f379b5a9296e724df9546ae98b34 (patch) | |
| tree | db6ab3b85941ef4044f74d8b679cfc9ba88e0968 /scripts | |
| parent | 523cde0637f264380eeaaf0cfa82fdbbd99a261f (diff) | |
binman: Support a list of strings with the mkimage etype
At present the 'args' property of the mkimage entry type is a string. This
makes it difficult to include CONFIG options in that property. In
particular, this does not work:
args = "-n CONFIG_SYS_SOC -E"
since the preprocessor does not operate within strings, nor does this:
args = "-n" CONFIG_SYS_SOC" "-E"
since the device tree compiler does not understand string concatenation.
With this new feature, we can do:
args = "-n", CONFIG_SYS_SOC, "-E";
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
