Home
last modified time | relevance | path

Searched refs:fwType (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/nfc/halimpl/dnld/
DphDnldNfc.cc734 unsigned long fwType = FW_FORMAT_SO; in phDnldNfc_InitImgInfo() local
743 if (GetNxpNumValue(NAME_NXP_FW_TYPE, &fwType, sizeof(fwType)) == true) { in phDnldNfc_InitImgInfo()
744 NXPLOG_FWDNLD_D("firmware type from conf file: %lu",fwType); in phDnldNfc_InitImgInfo()
746 NXPLOG_FWDNLD_W("firmware type not found. Taking default value: %lu",fwType); in phDnldNfc_InitImgInfo()
749 if(fwType == FW_FORMAT_BIN) { in phDnldNfc_InitImgInfo()
752 } else if(fwType == FW_FORMAT_SO) { in phDnldNfc_InitImgInfo()