tools: kwbimage: Remove unused enums and prototypes
authorPali Rohár <pali@kernel.org>
Mon, 8 Nov 2021 17:12:45 +0000 (18:12 +0100)
committerStefan Roese <sr@denx.de>
Wed, 10 Nov 2021 11:08:06 +0000 (12:08 +0100)
commit56087c1b4dd4bd976b072f069dc4c5f51b3f6f46
tree74b1cf829403cc6f71155a978586daa36643b3d0
parent700ea98b2e364a8107a9af962ba39f2eeadfc678
tools: kwbimage: Remove unused enums and prototypes

There are more unused enums and function prototypes. Remove them. The
function kwbimage_check_params() does not return enum kwbimage_cmd_types,
but a boolean value returned as int.

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
tools/kwbimage.c
tools/kwbimage.h