Skip to content

Commit

Permalink
Merge pull request #1852 from trabucayre/increase_cmd_timeout_delay
Browse files Browse the repository at this point in the history
soc/software/bios/boot: serialboot: increase CMD_TIMEOUT_DELAY
  • Loading branch information
enjoy-digital authored Dec 13, 2023
2 parents faae1ea + 00b94a5 commit 5dac2fc
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 5dac2fc

Please sign in to comment.