ARM: tango: pass ARM arch level for smc.S
authorArnd Bergmann <arnd@arndb.de>
Tue, 29 Dec 2015 12:43:35 +0000 (13:43 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 31 Dec 2015 16:48:32 +0000 (17:48 +0100)
commit765ff22d54591a24fe81f6a451b953f43e076ced
treecd9b31df5ce3626b6e0dae405f68362a6e6dd7c0
parentfc2f669e7d0ea9559cbdc229ff97f9fff5f8de4f
ARM: tango: pass ARM arch level for smc.S

allmodconfig is broken by the addition of the -mcpu=cortex-a9
flag for smc.S:

arch/arm/mach-tango/smc.S:1:0: warning: switch -mcpu=cortex-a9 conflicts with -march=armv6k switch

This sets the flag in the same way that all other platforms
do, to fix the compile error.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-tango/Makefile