]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: remove compatible string aliases support
authorWalter Lozano <walter.lozano@collabora.com>
Thu, 23 Jul 2020 03:22:05 +0000 (00:22 -0300)
committerSimon Glass <sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000 (19:30 -0600)
commit878f3765d4643c7bc6dadea4fe5c9a1bffbfd66a
treeb6679b40fef02143c9cf687a219ae78f9d6febbe
parent328ac8ddcad582e1121cd259b5be8f9cf5791ad5
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>
tools/dtoc/dtb_platdata.py
tools/dtoc/test_dtoc.py