summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-01-27 12:46:07 +0100
committerMichal Simek <michal.simek@xilinx.com>2015-02-09 15:09:58 +0100
commite4a4743e487f758cfc37528a8d6d4066cf781bc6 (patch)
tree365d215592d26e19c9dc0affd01a39631e8c33ac /arch/microblaze
parent2c7c32fa7f025a87cfdb4afce4a6dda78a8c5582 (diff)
downloadtalos-obmc-uboot-e4a4743e487f758cfc37528a8d6d4066cf781bc6.tar.gz
talos-obmc-uboot-e4a4743e487f758cfc37528a8d6d4066cf781bc6.zip
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>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/cpu/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/cpu/start.S b/arch/microblaze/cpu/start.S
index 84c29e5409..e0e3470a18 100644
--- a/arch/microblaze/cpu/start.S
+++ b/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 */
OpenPOWER on IntegriCloud