Skip to content

Commit b74d957

Browse files
committed
ARM: aspeed: ast2500 is ARMv6K
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]>
1 parent 4d856f7 commit b74d957

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/mach-aspeed/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ config MACH_ASPEED_G4
2626
config MACH_ASPEED_G5
2727
bool "Aspeed SoC 5th Generation"
2828
depends on ARCH_MULTI_V6
29-
select CPU_V6
3029
select PINCTRL_ASPEED_G5
3130
help
3231
Say yes if you intend to run on an Aspeed ast2500 or similar

0 commit comments

Comments
 (0)