commit | 5d4c99c7fa2d83d98acef9aa7b78a3fa6555da7d | [log] [tgz] |
---|---|---|
author | Bryan Brattlof <bb@ti.com> | Mon Mar 04 17:42:57 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 04 09:01:27 2024 -0500 |
tree | e40849f5c0b8c449fb750a25c17793cb3a3689b6 | |
parent | 5f908f32ddf80841eb1e3a2f4cc6b9a05ba37526 [diff] |
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>