]> git.ipfire.org Git - people/ms/u-boot.git/commit
scripts/Makefile.lib: Always have ...-u-boot.dtsi be able to override
authorTom Rini <trini@konsulko.com>
Wed, 17 May 2017 18:06:08 +0000 (14:06 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 18 May 2017 21:17:01 +0000 (17:17 -0400)
commit7452946e7f3742b3ff1cb4a50603e7492aceea88
treef6b887f940dc43fc18618be52378c4c074a78ec8
parentfa8967cfbaed5582ba987756fa9f0470a9affbf4
scripts/Makefile.lib: Always have ...-u-boot.dtsi be able to override

The intention of having a -u-boot.dtsi file is to be able to make
changes to the provided upstream dts files as well as to be able to add
nodes.  Change the logic for adding the file from making it the last
included file at the top of the dts to being included at the end of the
file.

Cc: Jean-Jacques Hiblot <jjhiblot@ti.com>
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Tested-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.lib