Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit ad208d03 authored by Pavel Machek's avatar Pavel Machek Committed by Arnd Bergmann
Browse files

ARM: socfpga: fix build break for allyesconfig



Building a multiplatform kernel with combined armv7 and armv6
kernel does not work with the socfpga smp code, which contains
v7-only instructions. Since this code never runs on armv6,
we can annotate the assmebly with .arch   armv7-a, as suggested
by Russell King.

[arnd: reword commit message]

Signed-off-by: default avatarPavel Machek <pavel@denx.de>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 8691c0db
Loading
Loading
Loading
Loading
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