]> git.baikalelectronics.ru Git - uboot.git/commitdiff
arm: mvebu: Don't use CONFIG_TIMER on ARM64
authorChris Packham <judge.packham@gmail.com>
Sat, 5 Nov 2022 04:23:55 +0000 (17:23 +1300)
committerStefan Roese <sr@denx.de>
Mon, 7 Nov 2022 06:46:12 +0000 (07:46 +0100)
The 64-bit mvebu SoCs don't have a suitable timer driver so add a !ARM64
condition to the select.

Fixes: 2325ebcdff ("arm: mvebu: Use CONFIG_TIMER on all MVEBU & KIRKWOOD platforms")
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/Kconfig

index 453bef900e819dbb71c4c758ab81f89b84426581..7866e8f3c4d90e551126d807c39328584b048c90 100644 (file)
@@ -640,7 +640,7 @@ config ARCH_MVEBU
        select SPL_DM_SPI if SPL
        select SPL_DM_SPI_FLASH if SPL
        select SPL_TIMER if SPL
-       select TIMER
+       select TIMER if !ARM64
        select OF_CONTROL
        select OF_SEPARATE
        select SPI