1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00
Files
u-boot-megous/tools
Walter Lozano dcb3ed642b dtoc: look for compatible string aliases in driver list
Currently dtoc checks if the first compatible string in a dtb node
matches either a driver o driver alias name, without taking into account
any other compatible string in the list. In the case that no driver matches
the first compatible string a warning is printed and the U_BOOT_DEVICE is
not being declared correctly.

This patch adds dtoc's support for try all the compatible strings in the
dtb node, in an effort to find the correct driver.

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-07-28 19:30:39 -06:00
..
2020-07-28 19:30:39 -06:00
2019-10-08 16:35:59 +02:00
2020-07-26 19:59:57 -06:00
2019-12-06 16:44:20 -05:00
2019-07-29 00:20:31 +02:00
2020-06-12 13:14:07 -04:00
2020-04-26 14:25:21 -06:00
2019-11-04 18:15:32 -07:00
2020-04-26 14:25:21 -06:00