[PATCH] tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms

Stefan Roese sr at denx.de
Tue Sep 13 08:56:56 CEST 2022


On 19.08.22 09:43, Stefan Roese wrote:
> Testing on the theadorable Armada XP platform has shown, thaz using the
> current value of 1000ms as response timeout does not result in reliable
> booting via kwboot. Using 10ms seems to be much better. So let's change
> this value to this 10ms instead.
> 
> Signed-off-by: Stefan Roese <sr at denx.de>

Applied to u-boot-marvell/master

Thanks,
Stefan

> ---
>   tools/kwboot.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/kwboot.c b/tools/kwboot.c
> index 16bcd4d9a778..da4fe32da226 100644
> --- a/tools/kwboot.c
> +++ b/tools/kwboot.c
> @@ -84,7 +84,7 @@ static unsigned char kwboot_msg_debug[] = {
>   #define KWBOOT_MSG_RSP_TIMEO	50 /* ms */
>   
>   /* Defines known to work on Armada XP */
> -#define KWBOOT_MSG_RSP_TIMEO_AXP	1000 /* ms */
> +#define KWBOOT_MSG_RSP_TIMEO_AXP	10 /* ms */
>   
>   /*
>    * Xmodem Transfers

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de


More information about the U-Boot mailing list