hdcp1x: hdmi: rx: Removed DDC enable.

Should be called from application instead.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
Acked-by: Srikanth Vemula <svemula@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-08-19 05:44:39 -07:00 committed by Nava kishore Manne
parent d794be5726
commit f0cdd32e75

View file

@ -131,10 +131,6 @@ static int XHdcp1x_PortHdmiRxEnable(XHdcp1x *InstancePtr)
XHdmiRx_SetCallback(HdmiRx, XHDMI_RX_HANDLER_HDCP,
XHdcp1x_ProcessAKsvWrite, InstancePtr);
/* Enable the hdcp slave over the ddc */
XHdmiRx_DdcHdcpEnable(HdmiRx);
XHdmiRx_DdcIntrEnable(HdmiRx);
return (Status);
}