]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9b9980fb640a1ce4eef67e6310a2f1f1a6965397
treeab991a4876489386d51492b76961bc3eef5adc63
parente3efe703fe6ae2d198b47e9e92f6f04295d56550
arm: mvebu: Don't use CONFIG_TIMER on ARM64

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