Skip to content

Commit 40974ee

Browse files
committed
ARM: davinci: always select CONFIG_CPU_ARM926T
The select was lost by accident during the multiplatform conversion. Any davinci-only arm-linux-gnueabi-ld: arch/arm/mach-davinci/sleep.o: in function `CACHE_FLUSH': (.text+0x168): undefined reference to `arm926_flush_kern_cache_all' Fixes: f962396 ("ARM: davinci: support multiplatform build for ARM v5") Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Link: https://lore.kernel.org/r/20240108110055.1531153-1-arnd@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 6db359b commit 40974ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/mach-davinci/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ menuconfig ARCH_DAVINCI
44
bool "TI DaVinci"
55
depends on ARCH_MULTI_V5
66
depends on CPU_LITTLE_ENDIAN
7+
select CPU_ARM926T
78
select DAVINCI_TIMER
89
select ZONE_DMA
910
select PM_GENERIC_DOMAINS if PM

0 commit comments

Comments
 (0)