Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/32cccecd06871f990d69779440ca498f3ebb125f You should set ROOT_URL correctly, otherwise the web may not work correctly.

zynq: Do not explicitely enable icache

icache is already enabled by default.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
master
Michal Simek 11 years ago
parent a87a0ce702
commit 32cccecd06
  1. 2
      board/xilinx/zynq/board.c

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

Loading…
Cancel
Save