]> git.dujemihanovic.xyz Git - u-boot.git/commit
Makefile: remove hardcoded device tree source directory
authorBryan Brattlof <bb@ti.com>
Mon, 4 Mar 2024 12:12:57 +0000 (17:42 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 4 Mar 2024 14:01:27 +0000 (09:01 -0500)
commitbdbbf1d7b55434973402c390a822490ce6e14994
treee40849f5c0b8c449fb750a25c17793cb3a3689b6
parentb9f5620a477a9e4290aeeddeed50898d49f7a792
Makefile: remove hardcoded device tree source directory

Some boards that choose to utilize the OF_UPSTREAM directory for their
device tree files will need to specify that directory instead of the
traditional arch/$(ARCH)/dts/* path.

Include the correct path to the board's dtbs depending on if OF_UPSTREAM
is selected or not.

Signed-off-by: Bryan Brattlof <bb@ti.com>
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Tested-by: Fabio Estevam <festevam@gmail.com>
Makefile
scripts/Makefile.spl