diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-07-03 00:33:08 -0600 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-04 01:04:52 +0200 |
commit | 737f9eb02d7335df2b3e4d7a4d3348784d1da207 (patch) | |
tree | 007f031131ca5ef1289cbb2b22f7ffdd68f096b2 /cpu/mpc824x/config.mk | |
parent | 9c757b789a59a855db57b448dd825329c4e9c4a0 (diff) | |
download | u-boot-imx-737f9eb02d7335df2b3e4d7a4d3348784d1da207.zip u-boot-imx-737f9eb02d7335df2b3e4d7a4d3348784d1da207.tar.gz u-boot-imx-737f9eb02d7335df2b3e4d7a4d3348784d1da207.tar.bz2 |
Consolidate mpc824x linker scripts
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'cpu/mpc824x/config.mk')
-rw-r--r-- | cpu/mpc824x/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpu/mpc824x/config.mk b/cpu/mpc824x/config.mk index dac61d8..66207f4 100644 --- a/cpu/mpc824x/config.mk +++ b/cpu/mpc824x/config.mk @@ -24,3 +24,6 @@ PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -fno-strict-aliasing PLATFORM_CPPFLAGS += -DCONFIG_MPC824X -ffixed-r2 -ffixed-r29 -mstring -mcpu=603e -msoft-float + +# Use default linker script. Board port can override in board/*/config.mk +LDSCRIPT := $(SRCTREE)/cpu/mpc824x/u-boot.lds |