mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2026-04-19 08:45:12 +01:00
ed8b8f5254
It makes sense to use fdt_match_node() instead of fdt_find_match() in fw_platform_lookup_special() as we already have the start offset to search from. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Anup Patel <anup@brainfault.org>