Commit a1891320 authored by Anup Patel's avatar Anup Patel Committed by Anup Patel
Browse files

lib: Remove prints from sbi_hart_switch_mode()



The sbi_hart_switch_mode() will be used by CPU hotplug. This means
if we have prints in sbi_hart_switch_mode() then these prints will
mix with Linux prints.

Being a runtime firmware, we should be verbose only at coldboot
time and error situations.

Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
parent 1bfa2445
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment