]> git.baikalelectronics.ru Git - kernel.git/commit
RISC-V: Do not print the SBI version during HSM extension boot print
authorAtish Patra <atishp@rivosinc.com>
Thu, 20 Jan 2022 09:09:14 +0000 (01:09 -0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 20 Jan 2022 17:27:03 +0000 (09:27 -0800)
commit3d44a4b0a7130f4c832a1f0dedc0f0227aa2145e
treec98a0bd55fc28fabf7bad839ca30da9c52a1d9ff
parent712eb72f3e407841a5a9e2d8bb9601395045afd8
RISC-V: Do not print the SBI version during HSM extension boot print

The HSM extension information log also prints the SBI version v0.2. This
is misleading as the underlying firmware SBI version may be different
from v0.2.

Remove the unncessary printing of SBI version.

Signed-off-by: Atish Patra <atishp@rivosinc.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/kernel/cpu_ops.c