git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00f006
)
Makefile: Pass the U-Boot phase to dtoc
author
Simon Glass
<sjg@chromium.org>
Wed, 3 Feb 2021 13:01:03 +0000
(06:01 -0700)
committer
Simon Glass
<sjg@chromium.org>
Mon, 22 Mar 2021 06:23:27 +0000
(19:23 +1300)
Pass the U-Boot phase as a parameter so dtoc can use it. At present it is
ether "spl" or "tpl".
Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/Makefile.spl
patch
|
blob
|
history
diff --git
a/scripts/Makefile.spl
b/scripts/Makefile.spl
index
1fd63ef
..
bfae9a4
100644
(file)
--- a/
scripts/Makefile.spl
+++ b/
scripts/Makefile.spl
@@
-311,7
+311,7
@@
$(obj)/$(SPL_BIN).dtb: $(obj)/dts/dt-$(SPL_NAME).dtb FORCE
pythonpath = PYTHONPATH=scripts/dtc/pylibfdt
DTOC_ARGS := $(pythonpath) $(srctree)/tools/dtoc/dtoc \
- -d $(obj)/$(SPL_BIN).dtb
+ -d $(obj)/$(SPL_BIN).dtb
-p $(SPL_NAME)
quiet_cmd_dtoc = DTOC $@
cmd_dtoc = $(DTOC_ARGS) -c $(obj)/dts -C include/generated all