commit | 49975227f9a22732a854a5733282360e1e17e7f0 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Apr 16 08:09:31 2020 -0700 |
committer | Andes <uboot@andestech.com> | Thu Apr 23 10:14:06 2020 +0800 |
tree | 980e7ea6f2b3a66fcea14df0f338f802a437bc91 | |
parent | b161f9012989c35847ebe1fd8ac9859e26a1c924 [diff] |
riscv: Add SMP Kconfig option dependency for U-Boot proper U-Boot proper running in S-mode only need SMP support when using SBI v0.1. With SBI v0.2 HSM extension, it does not need implement multicore boot in U-Boot proper. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>