diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-08-07 13:00:55 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-08-28 17:12:39 -0500 |
commit | ec79d33b2c41ee8b6d1354cc0910217b769c5036 (patch) | |
tree | da2e47e49c281d08794c6fe99986ae96da845669 /cpu/mpc85xx/config.mk | |
parent | 87c7661b42aa7672539b54b51d3d5c4013ec6f6c (diff) | |
download | u-boot-imx-ec79d33b2c41ee8b6d1354cc0910217b769c5036.zip u-boot-imx-ec79d33b2c41ee8b6d1354cc0910217b769c5036.tar.gz u-boot-imx-ec79d33b2c41ee8b6d1354cc0910217b769c5036.tar.bz2 |
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.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/mpc85xx/config.mk b/cpu/mpc85xx/config.mk index 2da4d53..beb3514 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 |