Skip to content
Snippets Groups Projects
Commit 32cccecd authored by Michal Simek's avatar Michal Simek
Browse files

zynq: Do not explicitely enable icache


icache is already enabled by default.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent a87a0ce7
No related branches found
No related tags found
No related merge requests found
...@@ -59,8 +59,6 @@ int board_init(void) ...@@ -59,8 +59,6 @@ int board_init(void)
} }
#endif #endif
icache_enable();
#ifdef CONFIG_FPGA #ifdef CONFIG_FPGA
fpga_init(); fpga_init();
fpga_add(fpga_xilinx, &fpga); fpga_add(fpga_xilinx, &fpga);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment