Reviewed-by: Tianrui Wei <[email protected]> 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 <[email protected]> > --- > 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

