Merge pull request #1852 from trabucayre/increase_cmd_timeout_delay

soc/software/bios/boot: serialboot: increase CMD_TIMEOUT_DELAY
This commit is contained in:
enjoy-digital 2023-12-13 14:39:17 +01:00 committed by GitHub
commit 5dac2fc16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);