commit | 400558b561e2bdb47f87b96b3510dda0881a3662 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sat Apr 02 23:52:25 2005 +0000 |
committer | wdenk <wdenk> | Sat Apr 02 23:52:25 2005 +0000 |
tree | 479fa3918e0031a95cdac9468cb8396e1f1a9b60 | |
parent | 414eec35e3832f4f9ce8a25ace7ead638be1f76f [diff] [blame] |
Prepare for SoC rework of ARM code: - rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
diff --git a/board/cerf250/Makefile b/board/cerf250/Makefile index 3ab97df..83e3ba4 100644 --- a/board/cerf250/Makefile +++ b/board/cerf250/Makefile
@@ -26,7 +26,7 @@ LIB = lib$(BOARD).a OBJS := cerf250.o flash.o -SOBJS := memsetup.o +SOBJS := lowlevel_init.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) $(SOBJS)