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

microblaze: Remove unused asm label


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

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 2c7c32fa
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ _start: ...@@ -129,7 +129,7 @@ _start:
/* Flush cache before enable cache */ /* Flush cache before enable cache */
addik r5, r0, 0 addik r5, r0, 0
addik r6, r0, XILINX_DCACHE_BYTE_SIZE addik r6, r0, XILINX_DCACHE_BYTE_SIZE
flush: bralid r15, flush_cache bralid r15, flush_cache
nop nop
/* enable instruction and data cache */ /* enable instruction and data cache */
......
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