
28 Dec
2020
28 Dec
'20
5:26 p.m.
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 ---
(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!