]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/mips/cpu/mips64/config.mk
config.mk: specify the exact path to standalone linker script
[karo-tx-uboot.git] / arch / mips / cpu / mips64 / config.mk
index 02113a1f09161b5862d66a7397a50011e19ea281..3c0113629bf48b631a79147f91124b275426c6c0 100644 (file)
@@ -21,4 +21,5 @@ else
 PLATFORM_LDFLAGS  += -m elf64ltsmip
 endif
 
-CONFIG_STANDALONE_LOAD_ADDR ?= 0xffffffff80200000 -T $(srctree)/$(src)/mips64.lds
+CONFIG_STANDALONE_LOAD_ADDR ?= 0xffffffff80200000 \
+                              -T $(srctree)/examples/standalone/mips64.lds