tools: kwboot: Correctly set configuration of UART for BootROM messages
authorPali Rohár <pali@kernel.org>
Mon, 25 Oct 2021 13:12:58 +0000 (15:12 +0200)
committerStefan Roese <sr@denx.de>
Wed, 3 Nov 2021 05:45:27 +0000 (06:45 +0100)
commit4bebab69a9483fd6ae85b06a088790a6c77f90ce
tree6da07bee6ed2948a3247036b9b335aaa19e68448
parent82c5a0ac713500f4da9d8562cd4764c733b65e56
tools: kwboot: Correctly set configuration of UART for BootROM messages

For kwbimage v1, tell BootROM to send BootROM messages to UART port number
0 (used also for UART booting) with default baudrate (which should be
115200) and do not touch UART MPP configuration.

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