diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-07-03 00:32:58 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-04 00:59:41 +0200 |
commit | d181c9a15cd41863fe24840d17848429f27d3c8c (patch) | |
tree | 08702d81512833b7f5de75865aa10e78f28d2f07 /cpu/mpc5xxx/config.mk | |
parent | 287ac924adb7291bebe5086652a362a30ab28b13 (diff) | |
download | u-boot-imx-d181c9a15cd41863fe24840d17848429f27d3c8c.zip u-boot-imx-d181c9a15cd41863fe24840d17848429f27d3c8c.tar.gz u-boot-imx-d181c9a15cd41863fe24840d17848429f27d3c8c.tar.bz2 |
Consolidate mpc5xxx linker scripts
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'cpu/mpc5xxx/config.mk')
-rw-r--r-- | cpu/mpc5xxx/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/mpc5xxx/config.mk b/cpu/mpc5xxx/config.mk index ecd94e9..0df51ba 100644 --- a/cpu/mpc5xxx/config.mk +++ b/cpu/mpc5xxx/config.mk @@ -25,3 +25,6 @@ PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi PLATFORM_CPPFLAGS += -DCONFIG_MPC5xxx -ffixed-r2 -ffixed-r29 \ -mstring -mcpu=603e -mmultiple + +# Use default linker script. Board port can override in board/*/config.mk +LDSCRIPT := $(SRCTREE)/cpu/mpc5xxx/u-boot.lds |