Re: [PATCH 2/3] ARM: mvebu: drop unnecessary label

2019-03-23 Thread nicolas . pitre
On Sat, 23 Mar 2019, Stefan Agner wrote: > 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 >

[PATCH 2/3] ARM: mvebu: drop unnecessary label

2019-03-23 Thread Stefan Agner
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: