diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-07-03 06:33:03 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-03 23:04:27 (GMT) |
commit | 9c757b789a59a855db57b448dd825329c4e9c4a0 (patch) | |
tree | 3720783b340f8d051ade1084f399188123cff2dd /cpu/mpc8220/config.mk | |
parent | d181c9a15cd41863fe24840d17848429f27d3c8c (diff) | |
download | u-boot-9c757b789a59a855db57b448dd825329c4e9c4a0.tar.xz |
Consolidate mpc8220 linker scripts
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'cpu/mpc8220/config.mk')
-rw-r--r-- | cpu/mpc8220/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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_RELFLAGS += -fPIC -ffixed-r14 -meabi 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 |