sw_apps: zynqmp_fsbl: enabled cache for qspipsu boot.

This patch enables cache for qspipsu boot.

Signed-off-by: RamyaSree <rdarapun@xilinx.com>
Reviewed-by: Harini Katakam <harinik@xilinx.com>
This commit is contained in:
RamyaSree 2015-07-29 16:18:33 +05:30 committed by Nava kishore Manne
parent 6f67bc7850
commit 8e402be829

View file

@ -189,12 +189,6 @@ u32 XFsbl_Qspi24Init()
XQspiPsu_Config *QspiConfig;
u32 Status = XFSBL_SUCCESS;
/*
* GQSPI driver not supporting caches
* Need to be removed and once supported
*/
Xil_DCacheDisable();
QspiPsuInstancePtr = &QspiPsuInstance;
/**
@ -727,12 +721,6 @@ u32 XFsbl_Qspi32Init()
XQspiPsu_Config *QspiConfig;
u32 Status = XFSBL_SUCCESS;
/*
* GQSPI driver not supporting caches
* Need to be removed and once supported
*/
Xil_DCacheDisable();
QspiPsuInstancePtr = &QspiPsuInstance;
/**