If you do not want to enable the internal EDID support, you can comment out the
function XV_HdmiRx_DdcLoadEdid
in
xv_hdmirxss_coreinit.c, using a function call.
int XV_HdmiRxSs_SubcoreInitHdmiRx(XV_HdmiRxSs *HdmiRxSsPtr)
Example:
// Load EDID
// XV_HdmiRx_DdcLoadEdid(HdmiRxSsPtr->HdmiRxPtr, HdmiRxSsPtr->EdidPtr,
// HdmiRxSsPtr->EdidLength);