commit | 87cb6862b94e342d6c99467e0dbb0d4f625cc7ef | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Thu Oct 06 17:08:18 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Thu Oct 06 17:08:18 2005 +0200 |
tree | 82c6530f0de6cc1e224cdc17458ab6a503cf072f | |
parent | bccae9039e59ac09a776429119389a6a4e679fd7 [diff] [blame] |
Update make target for ARM supported boards. Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
diff --git a/board/omap1610inn/Makefile b/board/omap1610inn/Makefile index 4a96b83..4560102 100644 --- a/board/omap1610inn/Makefile +++ b/board/omap1610inn/Makefile
@@ -26,7 +26,7 @@ LIB = lib$(BOARD).a OBJS := omap1610innovator.o flash.o -SOBJS := platform.o +SOBJS := lowlevel_init.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $^