mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/bios/boot: Fix missing CONFIG_BIOS_NO_DELAYS update.
This commit is contained in:
parent
fa902281aa
commit
1e1e75dba7
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ void romboot(void)
|
|||
static void timer0_load(unsigned int value) {
|
||||
timer0_en_write(0);
|
||||
timer0_reload_write(0);
|
||||
#ifndef CONFIG_DISABLE_DELAYS
|
||||
#ifndef CONFIG_BIOS_NO_DELAYS
|
||||
timer0_load_write(value);
|
||||
#else
|
||||
timer0_load_write(0);
|
||||
|
|
Loading…
Reference in a new issue