]> git.baikalelectronics.ru Git - uboot.git/commit
patman: fail early in Setup when provided config file does not exist
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Tue, 20 Dec 2022 05:38:40 +0000 (00:38 -0500)
committerSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 02:21:57 +0000 (19:21 -0700)
commitbea0ed42b55c72b42a6eebd026cb1c14579f0a0a
tree96f3532d7de11ee252bc3540225074d6d86fb0e1
parent82746a27836e59445e531910094739de5c847597
patman: fail early in Setup when provided config file does not exist

Rationale: if the user explicitly provide this argument, they probably
intend for it to be used.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/patman/settings.py