From 4aeb251f90f3c13b9a3c68c4f296fa871c77f314 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 16 Sep 2003 17:06:05 +0000 Subject: * Modify XLB arbiter priorities on MPC5200 so all devices use same priority; configure critical interrupts to be handled like external interrupts --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index f73d6f4c9..51ca5f0a6 100644 --- a/config.mk +++ b/config.mk @@ -102,7 +102,7 @@ RELFLAGS= $(PLATFORM_RELFLAGS) DBGFLAGS= -g #-DDEBUG OPTFLAGS= -Os #-fomit-frame-pointer ifndef LDSCRIPT -#LDSCRIPT := board/$(BOARDDIR)/u-boot.lds.debug +#LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot.lds.debug LDSCRIPT := $(TOPDIR)/board/$(BOARDDIR)/u-boot.lds endif OBJCFLAGS += --gap-fill=0xff -- cgit v1.2.3