]> git.sur5r.net Git - u-boot/blobdiff - board/wepep250/Makefile
Add command for handling DDR ECC registers on MPC8349EE MDS board.
[u-boot] / board / wepep250 / Makefile
index 802ccb950fbd252c2ff28e86e9db925a372e2cf1..11ad8fbeccd3e6d11fa03c2763d14408c5f3a4e6 100644 (file)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = lib$(BOARD).a
 
 OBJS   := wepep250.o flash.o
-SOBJS  := memsetup.o
+SOBJS  := lowlevel_init.o
 
 $(LIB):        $(OBJS) $(SOBJS)
        $(AR) crv $@ $(OBJS) $(SOBJS)