]> git.sur5r.net Git - u-boot/blobdiff - board/xm250/Makefile
* Added VIA configuration table
[u-boot] / board / xm250 / Makefile
index 3572f7268370f9c4827d09495c9e88ddb3281916..1b0a3f0178fff944ce67898f103e0abf4aca6d47 100644 (file)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = lib$(BOARD).a
 
 OBJS   := xm250.o flash.o
-SOBJS  := memsetup.o
+SOBJS  := lowlevel_init.o
 
 $(LIB):        $(OBJS) $(SOBJS)
        $(AR) crv $@ $^