summaryrefslogtreecommitdiff
path: root/boot_control_copy/bootinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'boot_control_copy/bootinfo.c')
-rw-r--r--boot_control_copy/bootinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot_control_copy/bootinfo.c b/boot_control_copy/bootinfo.c
index 66ccba25..dbc0757c 100644
--- a/boot_control_copy/bootinfo.c
+++ b/boot_control_copy/bootinfo.c
@@ -43,7 +43,7 @@ static struct fstab *open_fstab(void)
if (fstab != NULL)
return fstab;
- fstab = fs_mgr_read_fstab_with_dt("/fstab.device");
+ fstab = fs_mgr_read_fstab("/fstab.device");
return fstab;
}