[PATCH 1/1] openpiton: imply CONFIG_SPL_CPU

Tianrui Wei tianrui-wei at outlook.com
Wed Feb 25 22:54:13 CET 2026


Reviewed-by: Tianrui Wei <tianrui-wei at outlook.com>

Thanks for the patch, Heinrich!

On Wed, Feb 25, 2026, at 4:13 AM, Heinrich Schuchardt wrote:
> There is no symbol CONFIG_SPL_CPU_SUPPORT.
> The intended symbol is called CONFIG_SPL_CPU.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
>  board/openpiton/riscv64/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/openpiton/riscv64/Kconfig b/board/openpiton/riscv64/Kconfig
> index e4bd8903aab..b646aa8cbb2 100644
> --- a/board/openpiton/riscv64/Kconfig
> +++ b/board/openpiton/riscv64/Kconfig
> @@ -31,7 +31,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
>  	imply RISCV_TIMER
>  	imply SPL_RISCV_ACLINT
>  	imply CMD_CPU
> -	imply SPL_CPU_SUPPORT
> +	imply SPL_CPU
>  	imply SPL_SMP
>  	imply SPL_MMC
>  	imply SMP
> -- 
> 2.51.0


More information about the U-Boot mailing list