]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit612f5ed6c0d8526c95495becc260e24941bc26db
tree74b1cf829403cc6f71155a978586daa36643b3d0
parentd38354a815eea807f0f82384d7145f9c31d76840
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