From d64dedb7fb94024af10bd53f870c9f135067dcb6 Mon Sep 17 00:00:00 2001 From: payton Date: Mon, 5 Feb 2024 16:21:30 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E6=97=A0emmc=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=8F=AF=E4=BB=A5=E8=BF=9B=E8=A1=8Csd=E5=8D=A1?= =?UTF-8?q?=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BSP/u-boot/board/novatek/common/nvt_ivot_fw_update.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BSP/u-boot/board/novatek/common/nvt_ivot_fw_update.c b/BSP/u-boot/board/novatek/common/nvt_ivot_fw_update.c index ca39bd367..8ea4751aa 100755 --- a/BSP/u-boot/board/novatek/common/nvt_ivot_fw_update.c +++ b/BSP/u-boot/board/novatek/common/nvt_ivot_fw_update.c @@ -2353,10 +2353,10 @@ int nvt_fw_update(bool firm_upd_firm) extern struct mmc *init_mmc_device(int dev, bool force_init); struct mmc *mmc; mmc = init_mmc_device(curr_device, false); - if (!mmc) { - printf("Get eMMc device failed\n\r"); - return ERR_NVT_UPDATE_OPENFAILED; - } + // if (!mmc) { + // printf("Get eMMc device failed\n\r"); + // return ERR_NVT_UPDATE_OPENFAILED; + // } typedef int (*set_blk_dev_cb)(void); set_blk_dev_cb nvt_fs_set_blk_dev_cb = NULL;