arm: qca: Remove redundant mmc_deinit

Since mmc_deinit is invoked in ft_board_setup, removing the 
redundant call.

Change-Id: I9ce0c6cf2f6ae197eaf77718dc6097d5a0070b76
Signed-off-by: Sasirekaa Madhesu <smadhesu@codeaurora.org>
This commit is contained in:
Sasirekaa Madhesu 2018-03-13 15:33:48 +05:30
parent 6ef13d4878
commit 76bb7b4e33

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