Merge "fix(intel): fix bridge enable and disable function" into integration

This commit is contained in:
Mark Dykes 2024-10-17 00:46:06 +02:00 committed by TrustedFirmware Code Review
commit b66f901baf

View file

@ -1263,4 +1263,4 @@ int socfpga_cpurstrelease(unsigned int cpu_id)
} while (timeout-- > 0);
return RSTMGR_RET_ERROR;
}
}