Merge pull request #1852 from trabucayre/increase_cmd_timeout_delay
soc/software/bios/boot: serialboot: increase CMD_TIMEOUT_DELAY
This commit is contained in:
commit
5dac2fc16f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue