summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-03-11 11:05:15 +0900
committerTom Rini <trini@ti.com>2014-03-12 17:04:46 -0400
commit323762e54ad3dbd933ecbda20e749487afd2a6fb (patch)
treebe4dce6aa81208143bb84a61577aa3ee1a559fb8 /arch/openrisc
parentc2e5b6a090e1bcc70dcacb4324c8daad0b91fa8a (diff)
downloadtalos-obmc-uboot-323762e54ad3dbd933ecbda20e749487afd2a6fb.tar.gz
talos-obmc-uboot-323762e54ad3dbd933ecbda20e749487afd2a6fb.zip
kbuild: delete redundant LDSCRIPT definition
$(SRCTREE)/$(CPUDIR)/u-boot.lds is our default location of arch-specific linker script. Remove redundant definitions in arch/{arc,microblaze,openrisc}/config.mk. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com> Cc: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> Acked-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/openrisc')
-rw-r--r--arch/openrisc/config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/openrisc/config.mk b/arch/openrisc/config.mk
index 981edff01a..9902b9adba 100644
--- a/arch/openrisc/config.mk
+++ b/arch/openrisc/config.mk
@@ -14,5 +14,3 @@ endif
PLATFORM_CPPFLAGS += -DCONFIG_OPENRISC -D__OR1K__ -ffixed-r10
CONFIG_STANDALONE_LOAD_ADDR ?= 0x40000
-
-LDSCRIPT ?= $(SRCTREE)/$(CPUDIR)/u-boot.lds
OpenPOWER on IntegriCloud