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

microblaze: Remove unused asm label

It is not used at all that's why remove it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
master
Michal Simek 10 years ago
parent 2c7c32fa7f
commit e4a4743e48
  1. 2
      arch/microblaze/cpu/start.S

@ -129,7 +129,7 @@ _start:
/* Flush cache before enable cache */
addik r5, r0, 0
addik r6, r0, XILINX_DCACHE_BYTE_SIZE
flush: bralid r15, flush_cache
bralid r15, flush_cache
nop
/* enable instruction and data cache */

Loading…
Cancel
Save