commit | 287ac924adb7291bebe5086652a362a30ab28b13 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Tue Jul 03 00:32:53 2007 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jul 04 00:59:25 2007 +0200 |
tree | 3d835d43e71386da0ff8932aa2c7bc25f4975fcf | |
parent | 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd [diff] [blame] |
Consolidate mpc5xx linker scripts Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
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