commit | 4d276010a82aaab25176c795626c23dde5f7a8fb | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Fri Sep 24 23:06:55 2021 +0200 |
committer | Stefan Roese <sr@denx.de> | Fri Oct 01 11:07:13 2021 +0200 |
tree | f0eda084f98f37f63114ac06439da6d3c5b6d4ba | |
parent | 42c61a49d2609f57dd903e15ed581124766706a7 [diff] |
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>