commit | e064fc160b56b6f6011dc1eddff3cc3125f584af | [log] [tgz] |
---|---|---|
author | Walter Lozano <walter.lozano@collabora.com> | Thu Jul 23 00:22:05 2020 -0300 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 28 19:30:39 2020 -0600 |
tree | b6679b40fef02143c9cf687a219ae78f9d6febbe | |
parent | 6935893017ba61550b370e2cf6377490f09322a9 [diff] |
dtoc: remove compatible string aliases support After latest improvements in dtoc, compatible strings are checked against driver and driver alias list to get a valid driver name. With this new feature the list of compatible string aliases seems not useful any more. Signed-off-by: Walter Lozano <walter.lozano@collabora.com> Reviewed-by: Simon Glass <sjg@chromium.org>