aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fw/csm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fw/csm.c b/src/fw/csm.c
index 74069028..bc14a925 100644
--- a/src/fw/csm.c
+++ b/src/fw/csm.c
@@ -172,7 +172,7 @@ handle_csm_0002(struct bregs *regs)
// SMBIOS table needs to be copied into the f-seg
// XX: OVMF doesn't seem to set SmbiosTableLength so don't check it
- if (csm_boot_table->SmbiosTable && !SMBios21Addr)
+ if (csm_boot_table->SmbiosTable)
copy_smbios_21((void *)csm_boot_table->SmbiosTable);
// MPTABLE is just there; we don't care where.