]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx6q/Makefile
Remove unused file
[karo-tx-uboot.git] / board / karo / tx6q / Makefile
index 34c2737c54fb4b8148c2344a3a4af2d1d30f2cf9..be98fabf19884220951e20b512e5388e7d99948e 100644 (file)
@@ -27,13 +27,9 @@ LIB  = $(obj)lib$(BOARD).o
 
 COBJS  := tx6q.o
 SOBJS  := lowlevel_init.o
-ifeq ($(CONFIG_SPL_BUILD),y)
-       COBJS += spl_boot.o
-else
 ifeq ($(CONFIG_CMD_ROMUPDATE),y)
        COBJS += flash.o
 endif
-endif
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))