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:
parent
6f67bc7850
commit
8e402be829
1 changed files with 0 additions and 12 deletions
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue