summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/config.mk
diff options
context:
space:
mode:
authorStefan Kristiansson <stefan.kristiansson@saunalahti.fi>2013-05-01 09:32:46 +0000
committerTom Rini <trini@ti.com>2013-05-10 08:16:33 -0400
commitecd7484b9b347f7a5ab33efdd53347f0a2030797 (patch)
treed5a004bf75775af9a4be9716bb8770323f38104d /arch/openrisc/config.mk
parent16c5e5b9c40633d494c1d43b35b7493336dc2a49 (diff)
downloadtalos-obmc-uboot-ecd7484b9b347f7a5ab33efdd53347f0a2030797.tar.gz
talos-obmc-uboot-ecd7484b9b347f7a5ab33efdd53347f0a2030797.zip
openrisc: move board linker script(s) to a common in cpu/
Unifies the openrisc boards linker scripts into a common one. Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Diffstat (limited to 'arch/openrisc/config.mk')
-rw-r--r--arch/openrisc/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/openrisc/config.mk b/arch/openrisc/config.mk
index 521e73aae6..01c0f770ea 100644
--- a/arch/openrisc/config.mk
+++ b/arch/openrisc/config.mk
@@ -25,3 +25,5 @@ CROSS_COMPILE ?= or32-elf-
PLATFORM_CPPFLAGS += -DCONFIG_OPENRISC -D__OR1K__ -ffixed-r10
CONFIG_STANDALONE_LOAD_ADDR ?= 0x40000
+
+LDSCRIPT ?= $(SRCTREE)/$(CPUDIR)/u-boot.lds
OpenPOWER on IntegriCloud