diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/coreboot_table.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c index 86f22c9689..0cfb8ace8a 100644 --- a/src/lib/coreboot_table.c +++ b/src/lib/coreboot_table.c @@ -540,6 +540,9 @@ unsigned long write_coreboot_table( lb_boot_media_params(head); + /* Add architecture records. */ + lb_arch_add_records(head); + /* Add all cbmem entries into the coreboot tables. */ cbmem_add_records_to_cbtable(head); |