Files
rtems/bsps
Joel Sherrill e502e80467 bsps/riscv/shared/fdt/riscv-fdt.c: Fix may be uniitialized warning
The variables start and size were used in the return statement
even if none of the if's set them. Defaulted them to zero which
results in returning NULL on error which was expected anyway.
2026-05-05 17:32:26 -05:00
..
2026-04-06 10:12:07 -05:00
2026-04-27 20:15:44 +00:00