commit | 6a65d8aa89825b22716872477413bc4a04eea090 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 28 20:34:50 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:26:35 2021 -0700 |
tree | 05ad27a45dc1fce7b6821a9b763bd91c09cd2e35 | |
parent | 07ee48e974bc0e9b2ef3aca3e5a5571dd72155d9 [diff] |
dtoc: Allow providing a directory to write files to At present dtoc writes only a single file on each invocation. U-Boot writes the two files it needs by separate invocations of dtoc. Since dtoc now scans all U-Boot driver source, this is fairly slow (about 1 second per file). It would be better if dtoc could write all the files at once. In preparation for this, add a way to specify an output directory for the files. Signed-off-by: Simon Glass <sjg@chromium.org>