summaryrefslogtreecommitdiffstats
path: root/board/trab/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-02 23:52:25 +0000
committerwdenk <wdenk>2005-04-02 23:52:25 +0000
commit400558b561e2bdb47f87b96b3510dda0881a3662 (patch)
tree479fa3918e0031a95cdac9468cb8396e1f1a9b60 /board/trab/Makefile
parent414eec35e3832f4f9ce8a25ace7ead638be1f76f (diff)
downloadtalos-obmc-uboot-400558b561e2bdb47f87b96b3510dda0881a3662.tar.gz
talos-obmc-uboot-400558b561e2bdb47f87b96b3510dda0881a3662.zip
Prepare for SoC rework of ARM code:
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
Diffstat (limited to 'board/trab/Makefile')
-rw-r--r--board/trab/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/trab/Makefile b/board/trab/Makefile
index 4e6e9d68cb..ced9bc5bc8 100644
--- a/board/trab/Makefile
+++ b/board/trab/Makefile
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS := trab.o flash.o vfd.o cmd_trab.o memory.o tsc2000.o auto_update.o
-SOBJS := memsetup.o
+SOBJS := lowlevel_init.o
gcclibdir := $(shell dirname `$(CC) -print-libgcc-file-name`)
OpenPOWER on IntegriCloud