]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dm: Makefile: Build of-platdata before SPL
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:57:57 +0000 (11:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
Since SPL needs the of-platdata structures, build these before starting
to build any SPL components.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile

index e5b07d802a4411a9968a08d9406622adec8e049e..84bb620a19f63631feb5a007f3fe963ca58d0012 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1318,7 +1318,8 @@ u-boot.lds: $(LDSCRIPT) prepare FORCE
 
 spl/u-boot-spl.bin: spl/u-boot-spl
        @:
-spl/u-boot-spl: tools prepare $(if $(CONFIG_OF_SEPARATE),dts/dt.dtb)
+spl/u-boot-spl: tools prepare \
+               $(if $(CONFIG_OF_SEPARATE)$(CONFIG_SPL_OF_PLATDATA),dts/dt.dtb)
        $(Q)$(MAKE) obj=spl -f $(srctree)/scripts/Makefile.spl all
 
 spl/sunxi-spl.bin: spl/u-boot-spl