RISC-V: Don't print SBI version for all detected extensions
authorAnup Patel <anup.patel@wdc.com>
Mon, 15 Mar 2021 11:04:59 +0000 (16:34 +0530)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Tue, 30 Mar 2021 06:13:28 +0000 (23:13 -0700)
commitf35bb4b8d10a8ce356f0fff634fa885926f8d439
treeabfcaf768ca2a07da285161b7041b056601f6a2b
parent2f100585d04506004b8027ec9bbaee26940a769f
RISC-V: Don't print SBI version for all detected extensions

The sbi_init() already prints SBI version before detecting
various SBI extensions so we don't need to print SBI version
for all detected SBI extensions.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/kernel/sbi.c