commit | fd7df73c6c566e8c442dc050ce1eece5aee315a0 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Tue Jul 03 00:33:03 2007 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jul 04 01:04:27 2007 +0200 |
tree | 3720783b340f8d051ade1084f399188123cff2dd | |
parent | 17208aec2794eb218d639d41faf790291db5a727 [diff] [blame] |
Consolidate mpc8220 linker scripts Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
diff --git a/cpu/mpc8220/config.mk b/cpu/mpc8220/config.mk index 6fec5df..8e3ba54 100644 --- a/cpu/mpc8220/config.mk +++ b/cpu/mpc8220/config.mk
@@ -25,3 +25,6 @@ PLATFORM_CPPFLAGS += -DCONFIG_MPC8220 -ffixed-r2 -ffixed-r29 \ -mstring -mcpu=603e -mmultiple + +# Use default linker script. Board port can override in board/*/config.mk +LDSCRIPT := $(SRCTREE)/cpu/mpc8220/u-boot.lds