[PATCH v2 02/18] Makefile: Build SPL dtbs in the spl/ directory
Simon Glass
sjg at chromium.org
Mon Dec 28 17:26:10 CET 2020
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 at chromium.org>
---
(no changes since v1)
dts/Makefile | 9 +++++----
scripts/Makefile.spl | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list