commit | 7e089f8bad02fc4c102bdcbacc68b9e7d275f506 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Fri Jan 03 09:31:11 2014 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Feb 19 09:41:20 2014 +0100 |
tree | 258f2f82a0ffb26a1e806561e8dfa17fe35d7043 | |
parent | b43f269c3debbce3667dc7dfcb70a35c71a269f6 [diff] |
zynq: Do not explicitely enable icache icache is already enabled by default. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c index 5a47149..498d143 100644 --- a/board/xilinx/zynq/board.c +++ b/board/xilinx/zynq/board.c
@@ -59,8 +59,6 @@ } #endif - icache_enable(); - #ifdef CONFIG_FPGA fpga_init(); fpga_add(fpga_xilinx, &fpga);