mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-06-13 06:31:51 +01:00
e6125c3c4f
The hartid to hartindex mapping is now tracked in sbi_scratch so we don't need sbi_platform_hart_index() and sbi_platform_hart_invalid() functions hence let us remove them. Signed-off-by: Anup Patel <apatel@ventanamicro.com>