diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-07-03 00:33:13 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-04 01:05:04 +0200 |
commit | 5fc59175b92883ed5d2666a04e6bc49e70a4a365 (patch) | |
tree | 3a3c26465a54d53a2b493c9f096e7e8e8ac5f346 /cpu/mpc8260/config.mk | |
parent | 737f9eb02d7335df2b3e4d7a4d3348784d1da207 (diff) | |
download | u-boot-midas-5fc59175b92883ed5d2666a04e6bc49e70a4a365.tar.gz u-boot-midas-5fc59175b92883ed5d2666a04e6bc49e70a4a365.tar.bz2 u-boot-midas-5fc59175b92883ed5d2666a04e6bc49e70a4a365.zip |
Consolidate mpc8260 linker scripts
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'cpu/mpc8260/config.mk')
-rw-r--r-- | cpu/mpc8260/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/mpc8260/config.mk b/cpu/mpc8260/config.mk index dd7a71fdf3..683b6fbf2b 100644 --- a/cpu/mpc8260/config.mk +++ b/cpu/mpc8260/config.mk @@ -25,3 +25,6 @@ PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi PLATFORM_CPPFLAGS += -DCONFIG_8260 -DCONFIG_CPM2 -ffixed-r2 -ffixed-r29 \ -mstring -mcpu=603e -mmultiple + +# Use default linker script. Board port can override in board/*/config.mk +LDSCRIPT := $(SRCTREE)/cpu/mpc8260/u-boot.lds |