]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: kwboot: Handle EINTR in kwboot_write()
authorPali Rohár <pali@kernel.org>
Tue, 25 Jan 2022 17:13:10 +0000 (18:13 +0100)
committerStefan Roese <sr@denx.de>
Mon, 31 Jan 2022 09:23:38 +0000 (10:23 +0100)
commit6ba7d63e018c6d777c9fe7afdf9719fcb220c31a
tree3d96005f0ba41e974b2027b5d0e49f389135916e
parent8d3b79c4a391892f270473cfc3117d45ffe05008
tools: kwboot: Handle EINTR in kwboot_write()

The write() syscall may be interrupted. Handle EINTR and retry it.

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