Skip to content

Commit

Permalink
ARM: aspeed: ast2500 is ARMv6K
Browse files Browse the repository at this point in the history
Linux supports both the original ARMv6 level (early ARM1136) and ARMv6K
(later ARM1136, ARM1176 and ARM11mpcore).

ast2500 falls into the second categoy, being based on arm1176jzf-s.
This is enabled by default when using ARCH_MULTI_V6, so we should
not 'select CPU_V6'.

Removing this will lead to more efficient use of atomic instructions.

Fixes: 8c2ed9b ("arm: Add Aspeed machine")
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Joel Stanley <[email protected]>
  • Loading branch information
arndb committed Sep 20, 2019
1 parent 4d856f7 commit b74d957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-aspeed/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ config MACH_ASPEED_G4
config MACH_ASPEED_G5
bool "Aspeed SoC 5th Generation"
depends on ARCH_MULTI_V6
select CPU_V6
select PINCTRL_ASPEED_G5
help
Say yes if you intend to run on an Aspeed ast2500 or similar
Expand Down

0 comments on commit b74d957

Please sign in to comment.