[PATCH 1/1] riscv: mpfs: SIFIVE_CLINT and SPL_SIFIVE_CLINT don't exist
Conor Dooley
conor at kernel.org
Wed Feb 25 11:40:12 CET 2026
On Wed, Feb 25, 2026 at 11:28:31AM +0100, Heinrich Schuchardt wrote:
> Don't imply non-existent symbols CONFIG_SIFIVE_CLINT and SPL_SIFIVE_CLINT.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> arch/riscv/cpu/mpfs/Kconfig | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/riscv/cpu/mpfs/Kconfig b/arch/riscv/cpu/mpfs/Kconfig
> index bcf1ede818b..8054313d182 100644
> --- a/arch/riscv/cpu/mpfs/Kconfig
> +++ b/arch/riscv/cpu/mpfs/Kconfig
> @@ -6,8 +6,6 @@ config MICROCHIP_MPFS
> imply CPU
> imply CPU_RISCV
> imply RISCV_TIMER if (RISCV_SMODE || SPL_RISCV_SMODE)
> - imply SIFIVE_CLINT if RISCV_MMODE
> - imply SPL_SIFIVE_CLINT if SPL_RISCV_MMODE
Is this correct? Does it not mean that I just didn't update these to
match the rename done in 9675d920278 ("riscv: Rename SiFive CLINT to
RISC-V ALINT")? My original patch I think predates that rename, so I
probably just sent it on without testing these since we don't use SPL
or U-Boot in M-Mode. If the generic CPU wants them in these scenarios,
then we do too, so the renamed versions are probably a better fit?
> imply CMD_CPU
> imply SPL_CPU
> imply SPL_OPENSBI
> --
> 2.51.0
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260225/7583eb09/attachment.sig>
More information about the U-Boot
mailing list