
13 Jun
2016
13 Jun
'16
7:32 a.m.
Since SPL needs the of-platdata structures, build these before starting to build any SPL components.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 5b03095..edefc0b 100644 --- a/Makefile +++ b/Makefile @@ -1316,7 +1316,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
--
2.8.0.rc3.226.g39d4020