Re: [PATCH 02/49] dtoc: Use None to mean stdout

2021-01-06 Thread Simon Glass
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 --- tools/dtoc/dtb_platdata.py | 10 +- tools/dtoc/main.py | 2 +- tools/dtoc/test_dtoc.py| 2 +- 3 files c

[PATCH 02/49] dtoc: Use None to mean stdout

2020-12-28 Thread Simon Glass
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 --- tools/dtoc/dtb_platdata.py | 10 +- tools/dtoc/main.py | 2 +- tools/dtoc/test_dtoc.py| 2 +- 3 files c