From 4d3521cc79cabc61edf12c48c0ce318d4efb712f Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 16 Jan 2008 09:15:29 -0600 Subject: 85xx: convert remaining 85xx boards over to use new LAW init code Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over to use new LAW init code. Signed-off-by: Kumar Gala --- board/atum8548/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/atum8548/Makefile') diff --git a/board/atum8548/Makefile b/board/atum8548/Makefile index e198062..bf0830c 100644 --- a/board/atum8548/Makefile +++ b/board/atum8548/Makefile @@ -29,7 +29,7 @@ endif LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o +COBJS := $(BOARD).o law.o SOBJS := init.o -- cgit v1.1 From 80d0b6a1498761c4355b2db9c8001b04c295e7b8 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 17 Jan 2008 00:32:17 -0600 Subject: 85xx: Convert ATUM8548 to new TLB setup Signed-off-by: Kumar Gala --- board/atum8548/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'board/atum8548/Makefile') diff --git a/board/atum8548/Makefile b/board/atum8548/Makefile index bf0830c..ac4e5838 100644 --- a/board/atum8548/Makefile +++ b/board/atum8548/Makefile @@ -29,9 +29,7 @@ endif LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o law.o - -SOBJS := init.o +COBJS := $(BOARD).o law.o tlb.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) -- cgit v1.1