]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: kwbimage: Reject mkimage -F option
authorPali Rohár <pali@kernel.org>
Sat, 21 Jan 2023 12:00:21 +0000 (13:00 +0100)
committerStefan Roese <sr@denx.de>
Wed, 1 Mar 2023 05:39:17 +0000 (06:39 +0100)
commit0201244c3c8b6bdaa1e3ff47ab51ba3626d9c060
tree3ecee0569d843da2b66483c658f7691d50e97826
parent9f39f1992607a95ec9b72c02b34e2f8c15a02bef
tools: kwbimage: Reject mkimage -F option

mkimage -F option (re-sign existing FIT image) signaled by fflag is not
supported by kwbimage. So mark its usage as invalid parameter.

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