commit | f62cea0e205c905632be3aefa82b10ef36ce8a25 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 28 20:34:48 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:26:35 2021 -0700 |
tree | 8057b53a42d1f148c8704173282bbced8a132d82 | |
parent | 67b5ec54a5c19452c7aa33c693f281cc18a37d09 [diff] |
dtoc: Use None to mean stdout At present dtoc uses '-' internally to mean that output should go to stdout. This is not necessary and None is more convenient. Update it. Signed-off-by: Simon Glass <sjg@chromium.org>