diff options
-rw-r--r-- | src/arch/x86/bootblock_normal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/bootblock_normal.c b/src/arch/x86/bootblock_normal.c index bde2535ba6..a4dc3c4d25 100644 --- a/src/arch/x86/bootblock_normal.c +++ b/src/arch/x86/bootblock_normal.c @@ -27,7 +27,7 @@ static void main(unsigned long bist) * Do not add any other CMOS access in the * bootblock for AP CPUs. */ - boot_mode = last_boot_normal(); + boot_mode = boot_use_normal(cmos_read(RTC_BOOT_BYTE)); } char *filenames = (char *)walkcbfs("coreboot-stages"); |