mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-05-04 14:31:51 +01:00
d528dbfd4b
The list loop below that check is actually not looping if the list is empty so there was no need for this check. Signed-off-by: Clément Léger <cleger@rivosinc.com> Reported-by: Samuel Holland <samuel.holland@sifive.com> Reviewed-by: Anup Patel <anup@brainfault.org>