diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-07-03 00:32:53 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-04 00:59:25 +0200 |
commit | 287ac924adb7291bebe5086652a362a30ab28b13 (patch) | |
tree | 3d835d43e71386da0ff8932aa2c7bc25f4975fcf /cpu/mpc5xx/config.mk | |
parent | 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd (diff) | |
download | u-boot-imx-287ac924adb7291bebe5086652a362a30ab28b13.zip u-boot-imx-287ac924adb7291bebe5086652a362a30ab28b13.tar.gz u-boot-imx-287ac924adb7291bebe5086652a362a30ab28b13.tar.bz2 |
Consolidate mpc5xx linker scripts
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'cpu/mpc5xx/config.mk')
-rw-r--r-- | cpu/mpc5xx/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/mpc5xx/config.mk b/cpu/mpc5xx/config.mk index 5b26a76..64cd600 100644 --- a/cpu/mpc5xx/config.mk +++ b/cpu/mpc5xx/config.mk @@ -31,3 +31,6 @@ PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi PLATFORM_CPPFLAGS += -DCONFIG_5xx -ffixed-r2 -ffixed-r29 -mpowerpc -msoft-float + +# Use default linker script. Board port can override in board/*/config.mk +LDSCRIPT := $(SRCTREE)/cpu/mpc5xx/u-boot.lds |