From: Heinrich Schuchardt Date: Wed, 25 Feb 2026 12:13:02 +0000 (+0100) Subject: openpiton: imply CONFIG_SPL_CPU X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97460f647bfc2d87995b3d360dc4559ec5eab0d1;p=thirdparty%2Fu-boot.git openpiton: imply CONFIG_SPL_CPU There is no symbol CONFIG_SPL_CPU_SUPPORT. The intended symbol is called CONFIG_SPL_CPU. Signed-off-by: Heinrich Schuchardt Reviewed-by: Tianrui Wei Fixes: 8a44fe694394 ("board: riscv: add openpiton-riscv64 SoC support") Reviewed-by: Quentin Schulz --- 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