Skip to content

Commit bf09c41

Browse files
sandrine-bailleux-armTrustedFirmware Code Review
authored andcommitted
Merge "fix(intel): fix print out ERROR when encounter SEU_Err" into integration
2 parents 086d981 + 1a0bf6e commit bf09c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plat/intel/soc/common/soc/socfpga_mailbox.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ int intel_mailbox_get_config_status(uint32_t cmd, bool init_done)
601601

602602
res = response[RECONFIG_STATUS_SOFTFUNC_STATUS];
603603
if ((res & SOFTFUNC_STATUS_SEU_ERROR) != 0U) {
604-
return MBOX_CFGSTAT_STATE_ERROR_HARDWARE;
604+
ERROR("SoftFunction Status SEU ERROR\n");
605605
}
606606

607607
if ((res & SOFTFUNC_STATUS_CONF_DONE) == 0U) {

0 commit comments

Comments
 (0)