]> git.sur5r.net Git - u-boot/blobdiff - board/impa7/Makefile
Prepare for SoC rework of ARM code:
[u-boot] / board / impa7 / Makefile
index f8323e0b97fabdec8d84d1631ad83879a65299d4..08543f94f220023e9a7aad1b3b69970e2b963548 100644 (file)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = lib$(BOARD).a
 
 OBJS   := impa7.o flash.o
-SOBJS  := memsetup.o
+SOBJS  := lowlevel_init.o
 
 $(LIB):        $(OBJS) $(SOBJS)
        $(AR) crv $@ $(OBJS) $(SOBJS)