From 00b94a5512ef3e03a568da59d36302c8352273ef Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Wed, 13 Dec 2023 14:29:54 +0100 Subject: [PATCH] soc/software/bios/boot: serialboot: increase CMD_TIMEOUT_DELAY --- litex/soc/software/bios/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/soc/software/bios/boot.c b/litex/soc/software/bios/boot.c index 5ade1c89c..34079b69d 100755 --- a/litex/soc/software/bios/boot.c +++ b/litex/soc/software/bios/boot.c @@ -99,7 +99,7 @@ void romboot(void) #ifdef CSR_UART_BASE #define ACK_TIMEOUT_DELAY CONFIG_CLOCK_FREQUENCY/4 -#define CMD_TIMEOUT_DELAY CONFIG_CLOCK_FREQUENCY/16 +#define CMD_TIMEOUT_DELAY CONFIG_CLOCK_FREQUENCY/4 static void timer0_load(unsigned int value) { timer0_en_write(0);