SPL: Move the omap SPL framework to common/spl
[oweals/u-boot.git] / arch / arm / cpu / armv7 / omap-common / Makefile
index d37b22d98a8dc1dc9fa4937a4932ffa303b23dab..6e815c674d9442fc3808f4c816eaffb32707c6c6 100644 (file)
@@ -43,16 +43,9 @@ SOBJS        += lowlevel_init.o
 endif
 
 ifdef CONFIG_SPL_BUILD
-COBJS  += spl.o
 ifdef CONFIG_SPL_NAND_SUPPORT
 COBJS  += spl_nand.o
 endif
-ifdef CONFIG_SPL_MMC_SUPPORT
-COBJS  += spl_mmc.o
-endif
-ifdef CONFIG_SPL_YMODEM_SUPPORT
-COBJS  += spl_ymodem.o
-endif
 endif
 
 ifndef CONFIG_SPL_BUILD