summaryrefslogtreecommitdiffstats
path: root/commands/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/boot.c')
-rw-r--r--commands/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/boot.c b/commands/boot.c
index 810588931b..f2d983684c 100644
--- a/commands/boot.c
+++ b/commands/boot.c
@@ -219,7 +219,7 @@ static int boot(const char *name)
goto out;
}
- ret = blspec_boot_hwdevice(name, verbose, dryrun);
+ ret = blspec_boot_devicename(name, verbose, dryrun);
pr_err("%s: %s\n", name, strerror(-ret));
goto out;
}