diff options
author | Becky Bruce <becky.bruce@freescale.com> | 2008-01-23 16:31:04 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2008-01-24 12:12:40 -0600 |
commit | 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3 (patch) | |
tree | e11c8f89c06d8740340b9d6e20060e7f0265b75c /board/sbc8641d/Makefile | |
parent | 713d8186649dae874613d495b0cecaa039a98b30 (diff) | |
download | u-boot-imx-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.zip u-boot-imx-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.tar.gz u-boot-imx-9cd32426f26a0567bb61f339edd83c6a2ce9bfc3.tar.bz2 |
86xx: Remove old-style law setup code
This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Diffstat (limited to 'board/sbc8641d/Makefile')
-rw-r--r-- | board/sbc8641d/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/sbc8641d/Makefile b/board/sbc8641d/Makefile index 8ecc951..115df05 100644 --- a/board/sbc8641d/Makefile +++ b/board/sbc8641d/Makefile @@ -26,7 +26,6 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a COBJS := $(BOARD).o law.o -SOBJS := init.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |