Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 3ab2b5fd authored by Stefan Agner's avatar Stefan Agner Committed by Gregory CLEMENT
Browse files

ARM: mvebu: drop unnecessary label


The label mvebu_boot_wa_start is not necessary and causes a build
issue when building with LLVM's integrated assembler:
    AS      arch/arm/mach-mvebu/pmsu_ll.o
  arch/arm/mach-mvebu/pmsu_ll.S:59:1: error: invalid symbol redefinition
  mvebu_boot_wa_start:
  ^

Drop the label.

Signed-off-by: default avatarStefan Agner <stefan@agner.ch>
Acked-by: default avatarNicolas Pitre <nico@fluxnic.net>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 8f11b5ab
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment