EXYNOS5: Enable SPI booting.
[platform/kernel/u-boot.git] / board / samsung / smdk5250 / Makefile
index 1474fa8..47c6a5a 100644 (file)
@@ -36,7 +36,7 @@ COBJS += smdk5250.o
 endif
 
 ifdef CONFIG_SPL_BUILD
-COBJS  += mmc_boot.o
+COBJS  += spl_boot.o
 endif
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)