]> git.baikalelectronics.ru Git - uboot.git/commit
tools: mkimage: Do not try to open datafile when it is skipped
authorPali Rohár <pali@kernel.org>
Sat, 21 Jan 2023 19:09:26 +0000 (20:09 +0100)
committerStefan Roese <sr@denx.de>
Wed, 1 Mar 2023 05:39:17 +0000 (06:39 +0100)
commit780e7265796bf7badd03d77d081b2a0766c575b7
tree8a7eea23f2792b720f0b5a1f2ee9c7aac7f4f284
parent8cd3227818877cd040f7e89c7cb10a083a2f1672
tools: mkimage: Do not try to open datafile when it is skipped

When mkimage was instructed to skip datafile via option -s then do not try
to validate or open datafile as it does not have to exist or to be
specified via -d option.

This change allows to use -s option for skipping datafile when -d option
for datafile was not specified.

Signed-off-by: Pali Rohár <pali@kernel.org>
tools/mkimage.c