aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc86xx/config.mk
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2010-10-20 01:29:29 -0500
committerKumar Gala <galak@kernel.crashing.org>2010-10-20 02:38:41 -0500
commitbd9715e3dbf422bf0404e8b2a262620dbfac2e7f (patch)
tree480165373173eb436b2a08e02ad3b126ab4c6012 /arch/powerpc/cpu/mpc86xx/config.mk
parentd3338194795b21497edd4bd6a663c1abbe2853b9 (diff)
86xx: Create common linker script
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/cpu/mpc86xx/config.mk')
-rw-r--r--arch/powerpc/cpu/mpc86xx/config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc86xx/config.mk b/arch/powerpc/cpu/mpc86xx/config.mk
index ca2f8376e..7fae7e428 100644
--- a/arch/powerpc/cpu/mpc86xx/config.mk
+++ b/arch/powerpc/cpu/mpc86xx/config.mk
@@ -25,3 +25,6 @@ PLATFORM_RELFLAGS += -fPIC -meabi
PLATFORM_CPPFLAGS += -ffixed-r2 -mstring
PLATFORM_CPPFLAGS += -maltivec -mabi=altivec -msoft-float
+
+# Use default linker script. Board port can override in board/*/config.mk
+LDSCRIPT := $(SRCTREE)/arch/powerpc/cpu/mpc86xx/u-boot.lds