commit | 765ff22d54591a24fe81f6a451b953f43e076ced | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Dec 29 13:43:35 2015 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Dec 31 17:48:32 2015 +0100 |
tree | cd9b31df5ce3626b6e0dae405f68362a6e6dd7c0 | |
parent | fc2f669e7d0ea9559cbdc229ff97f9fff5f8de4f [diff] |
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>