This patch removes IAR compilation error in example by removing
the u32 typecast since it is expecting (void *)
Signed-off-by: P L Sai Krishna <lakshmis@xilinx.com>
Modified the function by replacing
XDCFG_INT_STS_OFFSET) &
XDCFG_IXR_D_P_DONE_MASK) ==
XDCFG_IXR_D_P_DONE_MASK);
with
XDCFG_INT_STS_OFFSET) &
XDCFG_IXR_D_P_DONE_MASK) !=
XDCFG_IXR_D_P_DONE_MASK);
Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
This patch updates the doxygen for the drivers
axivdma, can, canps ,devcfg , bram to include .h files
in the listof files provided in the index.html file.
Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
Added test PASS/FAIL information
Modified the bitstream file size to 0xF6EC0
Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Acked-by: Anirudha Sarangi <anirudh@xilinx.com>