* Modify XLB arbiter priorities on MPC5200 so all devices use same
  priority; configure critical interrupts to be handled like external
  interrupts
diff --git a/config.mk b/config.mk
index f73d6f4..51ca5f0 100644
--- a/config.mk
+++ b/config.mk
@@ -102,7 +102,7 @@
 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