diff options
author | Stefan Roese <sr@denx.de> | 2009-10-27 16:16:13 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-11-02 16:29:04 +0100 |
commit | b1245dd3c6409c743f6c2768d00e909a4c8cc4ea (patch) | |
tree | 26efaa49a2c8a4eaf619c45375eea65d58f11f27 /board/ml2/config.mk | |
parent | ceaa62a6f0237a8ddd2a5f659e6535fcd054332f (diff) | |
download | u-boot-imx-b1245dd3c6409c743f6c2768d00e909a4c8cc4ea.zip u-boot-imx-b1245dd3c6409c743f6c2768d00e909a4c8cc4ea.tar.gz u-boot-imx-b1245dd3c6409c743f6c2768d00e909a4c8cc4ea.tar.bz2 |
ppc4xx: Add custom linker script to board/*/config.mk
These boards have special linker scripts right now. We can't use the
common 4xx linker script here. So overrride the linker script (LDSCRIPT)
in board/*/config.mk and choose the board specific version.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/ml2/config.mk')
-rw-r--r-- | board/ml2/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/ml2/config.mk b/board/ml2/config.mk index 41118d5..5e0bdae 100644 --- a/board/ml2/config.mk +++ b/board/ml2/config.mk @@ -27,3 +27,6 @@ #TEXT_BASE = 0xFFFE0000 TEXT_BASE = 0x18000000 + +# Use board specific linker script +LDSCRIPT := $(SRCTREE)/board/ml2/u-boot.lds |