summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-10-26 04:46:57 +0300
committerAndes <uboot@andestech.com>2020-10-26 05:01:28 +0300
commit7dbebebb7949655f35d90c612eaf92e3d2c9ed24 (patch)
tree7d2f7f16eb9071314d170a1a64cfe0d2dc4dea5f /arch
parent79b135f1f937296fbe40ffa8500b531a7e1a0e9d (diff)
downloadu-boot-7dbebebb7949655f35d90c612eaf92e3d2c9ed24.tar.xz
timer: Add _TIMER suffix to Andes PLMT Kconfig
This matches the naming scheme of other timer drivers. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/cpu/ax25/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/cpu/ax25/Kconfig b/arch/riscv/cpu/ax25/Kconfig
index 5cb5bb51eb..327b74e20a 100644
--- a/arch/riscv/cpu/ax25/Kconfig
+++ b/arch/riscv/cpu/ax25/Kconfig
@@ -5,7 +5,7 @@ config RISCV_NDS
imply CPU_RISCV
imply RISCV_TIMER if (RISCV_SMODE || SPL_RISCV_SMODE)
imply ANDES_PLIC if (RISCV_MMODE || SPL_RISCV_MMODE)
- imply ANDES_PLMT if (RISCV_MMODE || SPL_RISCV_MMODE)
+ imply ANDES_PLMT_TIMER if (RISCV_MMODE || SPL_RISCV_MMODE)
imply SPL_CPU_SUPPORT
imply SPL_OPENSBI
imply SPL_LOAD_FIT