summaryrefslogtreecommitdiffstats
path: root/fs/efi.c
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-09-06 14:40:08 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-09-08 08:19:35 +0200
commitfc7c42ff3c889ccc993061ee183b0cf1621e3f1c (patch)
treee6f602ae064e62a1e32cffc94b5758f3906f0509 /fs/efi.c
parent3f5d439693bee191564030daef762f149f565b8b (diff)
downloadbarebox-fc7c42ff3c889ccc993061ee183b0cf1621e3f1c.tar.gz
barebox-fc7c42ff3c889ccc993061ee183b0cf1621e3f1c.tar.xz
efi: make sure efi-fs is started in the right order
with this parch, EFI System partition will be mounted to /boot instead of /mnt/diskXX. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/efi.c')
-rw-r--r--fs/efi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/efi.c b/fs/efi.c
index 85ff914291..692556b260 100644
--- a/fs/efi.c
+++ b/fs/efi.c
@@ -558,4 +558,4 @@ static struct efi_driver efi_fs_driver = {
.probe = efi_fs_probe,
.guid = EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_GUID,
};
-device_efi_driver(efi_fs_driver);
+fs_efi_driver(efi_fs_driver);