]> git.dujemihanovic.xyz Git - u-boot.git/commit
scripts/Makefile.lib: Statically define *-u-boot.dtsi files location
authorSumit Garg <sumit.garg@linaro.org>
Thu, 22 Feb 2024 09:35:59 +0000 (15:05 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 1 Mar 2024 03:24:05 +0000 (22:24 -0500)
commitdf6fb77c98aaad373bb9851aeb39dd792b8dbffe
treeb7b46a1ab92588c3178b11134f4e02f2dcb683ec
parent4be3fe9d80a6cb26d551ea43e8a6211945bc8a06
scripts/Makefile.lib: Statically define *-u-boot.dtsi files location

Allow u-boot to build DTB from a different directory tree such that
*-u-boot.dtsi files can be included from a common location. Currently
that location is arch/$(ARCH)/dts/, so statically define that common
location.

This is needed for platform owners to start building DTB files from
devicetree-rebasing directory but still being able to include
*-u-boot.dtsi files.

Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
scripts/Makefile.lib