1.rtos下检测emmc进行调整

This commit is contained in:
payton 2024-01-05 21:11:18 +08:00
parent 7f08fea4de
commit 8096c4c60e

View File

@ -126,14 +126,9 @@ static void card_insert_job2(void)
#if USE_RTOS_MMC_CHECK #if USE_RTOS_MMC_CHECK
SF_RtosStrgRegister(1, ret); SF_RtosStrgRegister(1, ret);
#endif #endif
#if SF_AGEING_TEST == ENABLE
sf_check_emmc_full(); sf_check_emmc_full();
fastboot_set_done(BOOT_INIT_FILESYSOK_2); fastboot_set_done(BOOT_INIT_FILESYSOK_2);
#else
fastboot_set_done(BOOT_INIT_FILESYSOK_2);
#endif
printf("filesys2_init e\r\n"); printf("filesys2_init e\r\n");
#endif #endif