From b1245dd3c6409c743f6c2768d00e909a4c8cc4ea Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Tue, 27 Oct 2009 16:16:13 +0100 Subject: 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 --- board/xilinx/ml300/config.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'board/xilinx') diff --git a/board/xilinx/ml300/config.mk b/board/xilinx/ml300/config.mk index 57ddb2fd7a..208a25ba11 100644 --- a/board/xilinx/ml300/config.mk +++ b/board/xilinx/ml300/config.mk @@ -27,3 +27,6 @@ #TEXT_BASE = 0xFFFE0000 TEXT_BASE = 0x04000000 + +# Use board specific linker script +LDSCRIPT := $(SRCTREE)/board/xilinx/ml300/u-boot.lds -- cgit v1.2.1