summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-09-16 17:06:05 +0000
committerwdenk <wdenk>2003-09-16 17:06:05 +0000
commit4aeb251f90f3c13b9a3c68c4f296fa871c77f314 (patch)
tree4e15cd2c76d159a297429600cb23e4ac11980d97 /config.mk
parentacf98e7f3062921547516d87611f2ae9824808b9 (diff)
downloadblackbird-obmc-uboot-4aeb251f90f3c13b9a3c68c4f296fa871c77f314.tar.gz
blackbird-obmc-uboot-4aeb251f90f3c13b9a3c68c4f296fa871c77f314.zip
* Modify XLB arbiter priorities on MPC5200 so all devices use same
priority; configure critical interrupts to be handled like external interrupts
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index f73d6f4c90..51ca5f0a6b 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
OpenPOWER on IntegriCloud