File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -2070,6 +2070,12 @@ unsigned char* FwCompsMgr::getLastErrMsg()
20702070
20712071 case FWCOMPS_MCC_FW_BURN_REJECTED_NO_PLACE:
20722072 return (unsigned char *)" FW burn rejected: No place available" ;
2073+
2074+ case FWCOMPS_MCC_FW_BURN_REJECTED_INTERNAL_ERROR_1:
2075+ return (unsigned char *)" FW burn rejected: Internal error 1" ;
2076+
2077+ case FWCOMPS_MCC_FW_BURN_REJECTED_INTERNAL_ERROR_2:
2078+ return (unsigned char *)" FW burn rejected: Internal error 2" ;
20732079
20742080 case FWCOMPS_MCC_FW_BURN_REJECTED_NUM_OF_SWAP:
20752081 return (unsigned char *)" FW burn rejected: Number of swap error" ;
@@ -2164,8 +2170,12 @@ unsigned char* FwCompsMgr::getLastErrMsg()
21642170 case FWCOMPS_MCC_REJECTED_TOKEN_ALREADY_APPLIED:
21652171 return (unsigned char *)" Token already applied" ;
21662172
2167- case FWCOMPS_MCC_REJECTED_FW_BURN_DRAM_NOT_AVAILABLE:
2168- return (unsigned char *)" DRAM not available" ;
2173+ case FWCOMPS_MCC_REJECTED_FW_BURN_DRAM_NOT_AVAILABLE:
2174+ return (unsigned char *)" DRAM not available" ;
2175+
2176+ case FWCOMPS_MCC_FW_BURN_REJECTED_FLASH_WRITE_PROTECTED:
2177+ return (unsigned char *)" Flash is write protected" ;
2178+
21692179 case FWCOMPS_UNSUPPORTED_DEVICE:
21702180 return (unsigned char *)" Unsupported device" ;
21712181
You can’t perform that action at this time.
0 commit comments