Skip to content

Commit

Permalink
soc/software/bios/boot: serialboot: increase CMD_TIMEOUT_DELAY
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Dec 13, 2023
1 parent faae1ea commit 00b94a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/soc/software/bios/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 00b94a5

Please sign in to comment.