]> Git Repo - J-u-boot.git/blobdiff - cmd/ab_select.c
Merge patch series "clk: mediatek: add OPs to support OF_UPSTREAM"
[J-u-boot.git] / cmd / ab_select.c
index bfb67b8236b62b56a81869fcebe46dd13fdcb60c..7c178c728ca4c8b5bcba02a04eef2d6a7c86afb6 100644 (file)
@@ -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);
This page took 0.025454 seconds and 4 git commands to generate.