]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Use None to mean stdout
authorSimon Glass <sjg@chromium.org>
Tue, 29 Dec 2020 03:34:48 +0000 (20:34 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:26:35 +0000 (12:26 -0700)
commitf62cea0e205c905632be3aefa82b10ef36ce8a25
tree8057b53a42d1f148c8704173282bbced8a132d82
parent67b5ec54a5c19452c7aa33c693f281cc18a37d09
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>
tools/dtoc/dtb_platdata.py
tools/dtoc/main.py
tools/dtoc/test_dtoc.py