mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-05-04 06:21:50 +01:00
d68741d8b1
The sbi_platform_hart_disabled() returns bool hence explicitly return TRUE or FALSE instead of 1 or 0. Signed-off-by: Anup Patel <anup.patel@wdc.com>