soc/software/bios/boot: serialboot: increase CMD_TIMEOUT_DELAY

This commit is contained in:
Gwenhael Goavec-Merou 2023-12-13 14:29:54 +01:00
parent faae1ea95a
commit 00b94a5512
1 changed files with 1 additions and 1 deletions

View File

@ -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);