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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/ab_select.c b/cmd/ab_select.c
index bfb67b8236b..7c178c728ca 100644
--- a/cmd/ab_select.c
+++ b/cmd/ab_select.c
@@ -3,7 +3,6 @@
* Copyright (C) 2017 The Android Open Source Project
*/
-#include <common.h>
#include <android_ab.h>
#include <command.h>
#include <env.h>
@@ -36,7 +35,6 @@ static int do_ab_select(struct cmd_tbl *cmdtp, int flag, int argc,
return CMD_RET_FAILURE;
}
-
ret = ab_select_slot(dev_desc, &part_info, dec_tries);
if (ret < 0) {
printf("Android boot failed, error %d.\n", ret);