summaryrefslogtreecommitdiff
path: root/src/arch/x86/bootblock_normal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/bootblock_normal.c')
-rw-r--r--src/arch/x86/bootblock_normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/bootblock_normal.c b/src/arch/x86/bootblock_normal.c
index 3fbdbec2cd..e2dfcf4610 100644
--- a/src/arch/x86/bootblock_normal.c
+++ b/src/arch/x86/bootblock_normal.c
@@ -18,7 +18,7 @@ int legacy_romstage_selector(struct prog *romstage)
const char *boot_candidate;
size_t stages_len;
- boot_candidate = cbfs_boot_map_with_leak("coreboot-stages", CBFS_TYPE_RAW, &stages_len);
+ boot_candidate = cbfs_map("coreboot-stages", &stages_len);
if (!boot_candidate)
boot_candidate = default_filenames;