]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/mips/cpu/xburst/config.mk
config.mk: specify the exact path to standalone linker script
[karo-tx-uboot.git] / arch / mips / cpu / xburst / config.mk
index 00b0fd9c9c63e8525c90aada51ffc22656cf709d..b8e53e55c01d886672ef89e3b35123e3b801badf 100644 (file)
@@ -12,4 +12,5 @@ else
 PLATFORM_LDFLAGS  += -m elf32ltsmip
 endif
 
-CONFIG_STANDALONE_LOAD_ADDR ?= 0x80200000 -T $(srctree)/$(src)/mips.lds
+CONFIG_STANDALONE_LOAD_ADDR ?= 0x80200000 \
+                              -T $(srctree)/examples/standalone/mips.lds