]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwboot: Allow to use option -b without image path
authorPali Rohár <pali@kernel.org>
Tue, 25 Jan 2022 17:13:07 +0000 (18:13 +0100)
committerStefan Roese <sr@denx.de>
Mon, 31 Jan 2022 09:23:38 +0000 (10:23 +0100)
commit7303f00ee80b086249460c1aa3029e18e0553c8e
tree884affbb7f3dc72b2b4ef50d5a9a1dda7daf1717
parent99dc7fce3e513b151181216b85776209cc8ef5ab
tools: kwboot: Allow to use option -b without image path

Allow option -b without image path parameter, to send boot pattern and
wait for response but not send any image. This allows to use kwboot just
for processing boot pattern and user can use any other xmodem tool for
transferring the image itself (e.g. sx). Useful for debugging purposes.

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/kwboot.c