]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwboot: Remove code for handling CAN byte
authorPali Rohár <pali@kernel.org>
Tue, 25 Jan 2022 17:13:03 +0000 (18:13 +0100)
committerStefan Roese <sr@denx.de>
Mon, 31 Jan 2022 09:23:38 +0000 (10:23 +0100)
commitebe54101aa2936b8e7fbd71c9b88052c27da23a3
treec633bad59ff00f1cc26b37bcf2a91ace2a7c3362
parent520b94aa6ba4709164eba790808b143474ee0da8
tools: kwboot: Remove code for handling CAN byte

It is unknown why handling of CAN byte was added into kwboot tool as
Marvell BootROM does not support CAN byte. It never sends CAN byte to host
and if host sends CAN byte BootROM handles it as an unknown byte.

Remove code for handling and sending CAN bytes from the kwboot tool.

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