aboutsummaryrefslogtreecommitdiff
path: root/arch/nds32
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-09-23 19:15:15 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-11-18 16:02:23 +0100
commit1d3b97c94eb562fa1071abd50b3a4cb4cca7f203 (patch)
treec7b24702fc3970326f1f012f3decf7f1f62fd50a /arch/nds32
parent101860ef69887f12cd5cc8d0e1512a37f4ffb8d7 (diff)
downloadu-boot-1d3b97c94eb562fa1071abd50b3a4cb4cca7f203.zip
u-boot-1d3b97c94eb562fa1071abd50b3a4cb4cca7f203.tar.gz
u-boot-1d3b97c94eb562fa1071abd50b3a4cb4cca7f203.tar.bz2
Kbuild: add LDFLAGS_STANDALONE
Introduce a new Makefile variable for passing LDFLAGS to standalone programs. Currently the variable CONFIG_STANDALONE_LOAD_ADDR is misued on some archs to pass a specific linker script. Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'arch/nds32')
-rw-r--r--arch/nds32/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/nds32/config.mk b/arch/nds32/config.mk
index c5520fd..12cec36 100644
--- a/arch/nds32/config.mk
+++ b/arch/nds32/config.mk
@@ -12,8 +12,8 @@ ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := nds32le-linux-
endif
-CONFIG_STANDALONE_LOAD_ADDR = 0x300000 \
- -T $(srctree)/examples/standalone/nds32.lds
+CONFIG_STANDALONE_LOAD_ADDR = 0x300000
+LDFLAGS_STANDALONE += -T $(srctree)/examples/standalone/nds32.lds
PLATFORM_RELFLAGS += -fno-common -mrelax
PLATFORM_RELFLAGS += -gdwarf-2