]> git.dujemihanovic.xyz Git - u-boot.git/commit
Makefile: Build SPL dtbs in the spl/ directory
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 02:30:14 +0000 (19:30 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:40 +0000 (12:24 -0700)
commitde3e372abdb553ff3a79f12830bb90252059f662
tree0abd24152a1fbc35824f23dfefa010dc1b82ad4c
parent53db2eec7aa60b07f11c9d46f12041b571319dbc
Makefile: Build SPL dtbs in the spl/ directory

Rather than putting these in the top-level dts/ directory (which is
intended for U-Boot proper), put them in the correct subdirectory for
SPL (either spl/ or tpl/). This is where other SPL targets are kept,
so this is more consistent.

Signed-off-by: Simon Glass <sjg@chromium.org>
dts/Makefile
scripts/Makefile.spl