software/bios/boot: Fix missing CONFIG_BIOS_NO_DELAYS update.

This commit is contained in:
Florent Kermarrec 2022-09-16 14:05:45 +02:00
parent fa902281aa
commit 1e1e75dba7

View file

@ -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);