brcm2708: fix build failure
authorDavid Bauer <mail@david-bauer.net>
Thu, 26 Mar 2020 00:10:02 +0000 (01:10 +0100)
committerDavid Bauer <mail@david-bauer.net>
Thu, 26 Mar 2020 00:34:30 +0000 (01:34 +0100)
commit81264ebb51991aa2d17489852854e3b5ec3f514d
treea82b109491a18e7c911a01fb8ce7cf23d7804a7b
parent39405644d5b97796a633315e0ce7b65f8a1eb3ac
brcm2708: fix build failure

Build of the brcm2708 subtarget currently fails with the following error
message:

 arch/arm/lib/memset_rpi.S: Assembler messages:
 arch/arm/lib/memset_rpi.S:65: Error: garbage following instruction
  -- `orr DAT0,DAT0,lsl#8'
 arch/arm/lib/memset_rpi.S:67: Error: garbage following instruction
  -- `orr DAT0,DAT0,lsl#16'
 scripts/Makefile.build:427: recipe for target 'arch/arm/lib/memset_rpi.o'
 failed

Using the assembly notation from master fixes this error.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/brcm2708/patches-4.14/950-0061-Improve-__copy_to_user-and-__copy_from_user-performa.patch