]> git.sur5r.net Git - u-boot/blobdiff - scripts/Makefile.spl
mmc: fsl_esdhc: Update esdhc driver for iMX6SX
[u-boot] / scripts / Makefile.spl
index 7afe437e62e11b1ed25f13c909fff68263957948..07db0bff8dfb364195bdf08529d1f30d342bdaee 100644 (file)
@@ -181,6 +181,10 @@ ALL-y      += $(obj)/sunxi-spl.bin
 endif
 endif
 
+ifeq ($(CONFIG_SYS_SOC),"at91")
+ALL-y  += boot.bin
+endif
+
 all:   $(ALL-y)
 
 ifdef CONFIG_SAMSUNG