commit | e3d163329753b3b473f40c9be71561ed8eb98aea | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Nov 11 16:36:50 2014 +0100 |
committer | Simon Horman <horms+renesas@verge.net.au> | Wed Nov 12 18:14:42 2014 +0900 |
tree | 7952a50d609e844fb80c398cf90283fa0670775a | |
parent | cad900819fba01760833c6c6ed89f464f9c93690 [diff] |
ARM: shmobile: always build rcar setup for armv7 In a combined ARMv6/v7 kernel, the setup-rcar-gen2.c cannot currently be compiled correctly because it uses the isb instruction that is not available on ARMv6. Adding the -march=armv7-a flag lets the compiler know that it is safe to build this file for ARMv7. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>