commit | f7e52843e12021eb6f7f1733bcf4527cc905ec6a | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Thu Feb 22 15:06:01 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 29 22:24:05 2024 -0500 |
tree | 7c2c1a48fc372b321dbc8a7ffababf44f389c974 | |
parent | 7a0f3ed3e6c126eed2a28c676da85d80ef44fe26 [diff] |
dts: Add alternative location for upstream DTB builds Allow platform owners to mirror devicetree files from devitree-rebasing directory into dts/upstream/src/$(ARCH) (special case for arm64). Then build then along with any *-u-boot.dtsi file present in arch/$(ARCH)/dts directory. Also add a new Makefile for arm64. This will help easy migration for platforms which currently are compliant with upstream Linux kernel devicetree files. Signed-off-by: Sumit Garg <sumit.garg@linaro.org>