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)
commit94c906a0ddde2481a4fd0b743400c191fb451621
treec633bad59ff00f1cc26b37bcf2a91ace2a7c3362
parent82a9e13a9bbedb4ca3b0206619e2e46d764888fd
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