commit | da6f7cfde193fa6753098cb48f44bc420b8d2556 | [log] [tgz] |
---|---|---|
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | Tue Dec 20 00:38:39 2022 -0500 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 05 19:21:57 2023 -0700 |
tree | 19bbca2b8a8c83bc389d85a57abcbad43756eeb6 | |
parent | a81a41f94bf4da332b206dd124179b425f446765 [diff] |
patman: set the default config_fname argument value to None This better matches Python conventions, allowing to easily test whether the optional argument is provided. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com> Reviewed-by: Simon Glass <sjg@chromium.org>