diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-07-03 00:33:18 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-04 01:05:12 +0200 |
commit | 416a0b6d40f6eba3a2fc547253c16bda28d922f7 (patch) | |
tree | 69dbc7337da199207c2cd2999b347fe107ebcc60 /cpu/mpc83xx/config.mk | |
parent | 5fc59175b92883ed5d2666a04e6bc49e70a4a365 (diff) | |
download | u-boot-416a0b6d40f6eba3a2fc547253c16bda28d922f7.tar.gz u-boot-416a0b6d40f6eba3a2fc547253c16bda28d922f7.tar.xz u-boot-416a0b6d40f6eba3a2fc547253c16bda28d922f7.zip |
Consolidate mpc83xx linker scripts
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'cpu/mpc83xx/config.mk')
-rw-r--r-- | cpu/mpc83xx/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/mpc83xx/config.mk b/cpu/mpc83xx/config.mk index 8b4ff92b19..ecf8a60bbe 100644 --- a/cpu/mpc83xx/config.mk +++ b/cpu/mpc83xx/config.mk @@ -24,3 +24,6 @@ PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi PLATFORM_CPPFLAGS += -DCONFIG_MPC83XX -DCONFIG_E300 \ -ffixed-r2 -ffixed-r29 -msoft-float + +# Use default linker script. Board port can override in board/*/config.mk +LDSCRIPT := $(SRCTREE)/cpu/mpc83xx/u-boot.lds |