Merge branch 'Branch_S550_Fast_Emmc' of 192.168.6.216:linux-em-group/s530-ntk into S550_Base

This commit is contained in:
xiehongyan 2024-01-18 12:00:58 +08:00
commit ec0335f003
2 changed files with 4 additions and 4 deletions

View File

@ -870,8 +870,8 @@ static DCF_HANDLE MovieFast_Get_DCF_Handle(void)
//#else //#else
//return g_dcf_hdl; //return g_dcf_hdl;
//#endif //#endif
SF_RtosStrgSetDcfHandle(MMC_DEV_SD, g_dcf_hdl); // SF_RtosStrgSetDcfHandle(MMC_DEV_SD, g_dcf_hdl);
SF_RtosStrgSetDcfHandle(MMC_DEV_EMMC, g_dcf_hdl2); // SF_RtosStrgSetDcfHandle(MMC_DEV_EMMC, g_dcf_hdl2);
#if SF_AGEING_EMMC_TEST == ENABLE #if SF_AGEING_EMMC_TEST == ENABLE
return g_dcf_hdl2; return g_dcf_hdl2;
#endif #endif

View File

@ -941,8 +941,8 @@ DCF_HANDLE PhotoFast_Get_DCF_Handle()
//return g_dcf_hdl; //return g_dcf_hdl;
//#endif //#endif
SF_RtosStrgSetDcfHandle(MMC_DEV_SD, g_dcf_hdl); // SF_RtosStrgSetDcfHandle(MMC_DEV_SD, g_dcf_hdl);
SF_RtosStrgSetDcfHandle(MMC_DEV_EMMC, g_dcf_hdl2); // SF_RtosStrgSetDcfHandle(MMC_DEV_EMMC, g_dcf_hdl2);
#if SF_AGEING_EMMC_TEST == ENABLE #if SF_AGEING_EMMC_TEST == ENABLE
return g_dcf_hdl2; return g_dcf_hdl2;
#endif #endif