]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm926ejs/mx28/Makefile
remove spl_power_init-fixed
[karo-tx-uboot.git] / arch / arm / cpu / arm926ejs / mx28 / Makefile
index 15636db3a0291579499553794413ae194db1285b..cb671837e47bb58f3976a62d3d401ae12e575eef 100644 (file)
@@ -28,12 +28,7 @@ LIB  = $(obj)lib$(SOC).o
 COBJS  = clock.o mx28.o iomux.o timer.o
 
 ifdef  CONFIG_SPL_BUILD
-COBJS  += spl_boot.o spl_mem_init.o debug.o
-ifneq ($(CONFIG_SPL_FIXED_BATT_SUPPLY),)
-       COBJS += spl_power_init-fixed.o
-else
-       COBJS += spl_power_init.o
-endif
+COBJS  += spl_boot.o spl_mem_init.o spl_power_init.o debug.o
 endif
 
 SRCS   := $(START:.o=.S) $(COBJS:.o=.c)