Makefile: Fix of_list_dirs with EXT_DTB
authorManorit Chawdhry <m-chawdhry@ti.com>
Thu, 26 Jun 2025 10:43:32 +0000 (16:13 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 8 Jul 2025 22:19:31 +0000 (16:19 -0600)
commit29be3d7d055e7db475d0bbea27b4b3bbfa9e0aa5
treea069b3f92a484de577719e01f7e3c8b3487f1c67
parent0707f73a8ba26f5aeaeada6f5942d003bf67ce06
Makefile: Fix of_list_dirs with EXT_DTB

EXT_DTB overrides the of_list_dirs that is passed to binman during
builds. This causes binman to not find the normal DTB paths and instead
it just is able to use the path for EXT_DTB only.

Add the default of_list_dirs that is used for normal binman builds to
EXT_DTB usecase as well.

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Reviewed-by: Aniket Limaye <a-limaye@ti.com>
Makefile