commit | 431a7f4160e70011b381c2646be831e1f45d6cbc | [log] [tgz] |
---|---|---|
author | Kory Maincent <kory.maincent@bootlin.com> | Thu Mar 27 11:31:12 2025 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 28 09:55:08 2025 -0600 |
tree | 727a6b493f3d04f1ef480298b6736e598c2da82b | |
parent | 348d2a0ddb8c1baf9558ca69189390caae4c63b0 [diff] |
board: ti: am335x: Fix selection of BeagleBone Green The BeagleBone Green board is a revision of the BoneBlack board. Having BeagleBone Black devicetree listed before BeagleBone Green will select always the BeagleBone Black devicetree following the functioning of board_fit_config_name_match(). Fix it by changing the test condition and selecting BoneBlack board only if it is not a revision of this board. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>