]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: moxart: fix CPU selection
authorArnd Bergmann <arnd@arndb.de>
Tue, 25 Mar 2014 21:19:00 +0000 (22:19 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 27 Mar 2014 01:35:44 +0000 (02:35 +0100)
commitaa54c7300241ab51708c3865682a4da1568409e5
tree9d7466751498726f533ac12edd5cc762d0c9b3dd
parentaec79874d54f3fa0334643e9774af3b3e5f6607d
ARM: moxart: fix CPU selection

Moxart uses an FA526 CPU core, which is ARMv4 based, not ARMv4T.
Before moxart, we had no CONFIG_MULTI_V4 option, since no ARMv4 platform
was enabled for multiplatform. This now adds the missing option, which
will give us slightly more efficient code on pure moxart kernels,
because we can build a pure FA526 kernel now rather than a combined
FA526+ARM920T kernel that we used to.

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