Signed-off-by: Sven Schnelle svens@stackframe.org --- src/coreboot.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/coreboot.c b/src/coreboot.c index 5926939..46f25f1 100644 --- a/src/coreboot.c +++ b/src/coreboot.c @@ -201,6 +201,7 @@ scan_tables(u32 start, u32 size) copy_pir(p); copy_mptable(p); copy_acpi_rsdp(p); + copy_smbios(p); } }