]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwboot: Always call kwboot_img_patch_hdr()
authorPali Rohár <pali@kernel.org>
Fri, 24 Sep 2021 21:06:55 +0000 (23:06 +0200)
committerStefan Roese <sr@denx.de>
Fri, 1 Oct 2021 09:07:13 +0000 (11:07 +0200)
commit38c7b0cc76cfc7446f1a43a73bbb5eb62a0e078b
treef0eda084f98f37f63114ac06439da6d3c5b6d4ba
parente8d90bf664f86be3189100949572d3c30d078785
tools: kwboot: Always call kwboot_img_patch_hdr()

The kwboot_img_patch_hdr() function already decides if header patching
is needed. Always call this function and deprecate the unneeded command
line option `-p`.

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