summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx/config.mk
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-08-07 13:00:55 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-08-28 17:12:39 -0500
commitec79d33b2c41ee8b6d1354cc0910217b769c5036 (patch)
treeda2e47e49c281d08794c6fe99986ae96da845669 /cpu/mpc85xx/config.mk
parent87c7661b42aa7672539b54b51d3d5c4013ec6f6c (diff)
downloadblackbird-obmc-uboot-ec79d33b2c41ee8b6d1354cc0910217b769c5036.tar.gz
blackbird-obmc-uboot-ec79d33b2c41ee8b6d1354cc0910217b769c5036.zip
85xx: Move to a common linker script
There are really no differences between all the 85xx linker scripts so we can just move to a single common one. Board code is still able to override the common one if need be. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/mpc85xx/config.mk')
-rw-r--r--cpu/mpc85xx/config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/mpc85xx/config.mk b/cpu/mpc85xx/config.mk
index 2da4d53b6d..beb3514e86 100644
--- a/cpu/mpc85xx/config.mk
+++ b/cpu/mpc85xx/config.mk
@@ -25,3 +25,6 @@ PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi
PLATFORM_CPPFLAGS += -ffixed-r2 -Wa,-me500 -msoft-float -mno-string
PLATFORM_CPPFLAGS +=$(call cc-option,-mno-spe)
+
+# Use default linker script. Board port can override in board/*/config.mk
+LDSCRIPT := $(SRCTREE)/cpu/mpc85xx/u-boot.lds
OpenPOWER on IntegriCloud