summaryrefslogtreecommitdiff
path: root/cmd/ab_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ab_select.c')
-rw-r--r--cmd/ab_select.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/ab_select.c b/cmd/ab_select.c
index 6298fcfb60..3e46663d6e 100644
--- a/cmd/ab_select.c
+++ b/cmd/ab_select.c
@@ -22,7 +22,8 @@ static int do_ab_select(struct cmd_tbl *cmdtp, int flag, int argc,
/* Lookup the "misc" partition from argv[2] and argv[3] */
if (part_get_info_by_dev_and_name_or_num(argv[2], argv[3],
- &dev_desc, &part_info) < 0) {
+ &dev_desc, &part_info,
+ false) < 0) {
return CMD_RET_FAILURE;
}