mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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 <heinrich.schuchardt@canonical.com>
Reviewed-by: Tianrui Wei <tianrui-wei@outlook.com>
Fixes: 8a44fe6943 ("board: riscv: add openpiton-riscv64 SoC support")
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
committed by
Leo Yu-Chi Liang
parent
7d5c2834c7
commit
97460f647b
@@ -31,7 +31,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||||||
imply RISCV_TIMER
|
imply RISCV_TIMER
|
||||||
imply SPL_RISCV_ACLINT
|
imply SPL_RISCV_ACLINT
|
||||||
imply CMD_CPU
|
imply CMD_CPU
|
||||||
imply SPL_CPU_SUPPORT
|
imply SPL_CPU
|
||||||
imply SPL_SMP
|
imply SPL_SMP
|
||||||
imply SPL_MMC
|
imply SPL_MMC
|
||||||
imply SMP
|
imply SMP
|
||||||
|
|||||||
Reference in New Issue
Block a user