mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/software/bios/boot: serialboot: increase CMD_TIMEOUT_DELAY
This commit is contained in:
parent
faae1ea95a
commit
00b94a5512
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ void romboot(void)
|
||||||
#ifdef CSR_UART_BASE
|
#ifdef CSR_UART_BASE
|
||||||
|
|
||||||
#define ACK_TIMEOUT_DELAY CONFIG_CLOCK_FREQUENCY/4
|
#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) {
|
static void timer0_load(unsigned int value) {
|
||||||
timer0_en_write(0);
|
timer0_en_write(0);
|
||||||
|
|
Loading…
Reference in a new issue