zynq: Do not explicitely enable icache

icache is already enabled by default.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2014-01-03 09:31:11 +01:00
parent a87a0ce702
commit 32cccecd06

View File

@ -59,8 +59,6 @@ int board_init(void)
}
#endif
icache_enable();
#ifdef CONFIG_FPGA
fpga_init();
fpga_add(fpga_xilinx, &fpga);