summaryrefslogtreecommitdiff
path: root/arch/mips/cpu/mips32/config.mk
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-09-23 20:15:17 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-11-18 18:02:23 +0300
commit1bef0c530beaaba08b8ca7a9ec6ce6dc25f62dfb (patch)
tree01a796e2be480b2590af9357f2926968b0050db6 /arch/mips/cpu/mips32/config.mk
parentd3a9ba7f959fac65815e3308510afd4b79f47dc0 (diff)
downloadu-boot-1bef0c530beaaba08b8ca7a9ec6ce6dc25f62dfb.tar.xz
MIPS: fix linking of standalone programs
Use the global MIPS specific u-boot.lds for linking standalone programs instead of the outdated ones in examples/standalone/. Also pass --gc-sections in LDFLAGS_STANDALONE to optimize the size of standalone programs. Finally remove the deprecated config.mk files in arch/mips/cpu/mips[32,64]/. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/cpu/mips32/config.mk')
-rw-r--r--arch/mips/cpu/mips32/config.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/cpu/mips32/config.mk b/arch/mips/cpu/mips32/config.mk
deleted file mode 100644
index 662e4f8fc8..0000000000
--- a/arch/mips/cpu/mips32/config.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0+
-#
-# (C) Copyright 2003
-# Wolfgang Denk, DENX Software Engineering, <wd@denx.de>
-
-CONFIG_STANDALONE_LOAD_ADDR ?= 0x80200000
-LDFLAGS_STANDALONE += -T $(srctree)/examples/standalone/mips.lds