Changeset 1d2fab8 in rtems

Timestamp:
09/29/22 16:11:59 (19 months ago)
Author:
Alan Cudmore <alan.cudmore@…>
Branches:
master
Children:
d574e08
Parents:
e9a69c5
git-author:
Alan Cudmore <alan.cudmore@…> (09/29/22 16:11:59)
git-committer:
Joel Sherrill <joel@…> (10/14/22 13:15:14)
Message:

bsps: Improve riscv console FDT parsing

This fixes a problem with parsing the FDT compatible property by
replacing the RISCV_CONSOLE_IS_COMPATIBLE macro with calls to
the fdt_stringlist_contains function. The macro only works when
the compatible FDT entry is a single string and not a list of
strings. The new call will compare each item in the string list.

Close #4728.

(No files)

Note: See TracChangeset for help on using the changeset viewer.