]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - scripts/Makefile.spl
sunxi: Store the device tree name in the SPL header
[people/ms/u-boot.git] / scripts / Makefile.spl
index 182b3002c124961121133a0e4a47407379ff58b4..135706f21de1e42f435be66d94686d80241f4b93 100644 (file)
@@ -304,7 +304,8 @@ $(obj)/$(SPL_BIN).sfp: $(obj)/$(SPL_BIN).bin FORCE
        $(call if_changed,mkimage)
 
 quiet_cmd_mksunxiboot = MKSUNXI $@
-cmd_mksunxiboot = $(objtree)/tools/mksunxiboot $< $@
+cmd_mksunxiboot = $(objtree)/tools/mksunxiboot \
+                       --default-dt $(CONFIG_DEFAULT_DEVICE_TREE) $< $@
 $(obj)/sunxi-spl.bin: $(obj)/$(SPL_BIN).bin FORCE
        $(call if_changed,mksunxiboot)