diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-10-20 01:29:29 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-10-20 02:38:41 -0500 |
commit | bd9715e3dbf422bf0404e8b2a262620dbfac2e7f (patch) | |
tree | 480165373173eb436b2a08e02ad3b126ab4c6012 /arch/powerpc/cpu/mpc86xx/config.mk | |
parent | d3338194795b21497edd4bd6a663c1abbe2853b9 (diff) | |
download | u-boot-imx-bd9715e3dbf422bf0404e8b2a262620dbfac2e7f.zip u-boot-imx-bd9715e3dbf422bf0404e8b2a262620dbfac2e7f.tar.gz u-boot-imx-bd9715e3dbf422bf0404e8b2a262620dbfac2e7f.tar.bz2 |
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.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc86xx/config.mk b/arch/powerpc/cpu/mpc86xx/config.mk index ca2f837..7fae7e4 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 |