Merge "arm: qca: Remove redundant mmc_deinit"

This commit is contained in:
Linux Build Service Account 2018-03-19 04:35:14 -07:00 committed by Gerrit - the friendly Code Review server
commit fce9409c9a

View file

@ -540,9 +540,6 @@ static int do_boot_signedimg(cmd_tbl_t *cmdtp, int flag, int argc, char *const a
return CMD_RET_FAILURE;
dcache_enable();
#ifdef CONFIG_QCA_MMC
board_mmc_deinit();
#endif
board_pci_deinit();
#ifdef CONFIG_USB_XHCI_IPQ