summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebastian.rasmussen@stericsson.com>2010-08-30 23:18:08 +0200
committerMichael BRANDT <michael.brandt@stericsson.com>2010-09-08 09:13:28 +0200
commit5cdec4c68799233114e96a3bb7bc50fe8f198f6b (patch)
tree8d17267def6bf941ccd7553d7761f49c4700cfc3 /board
parentc3f425b85da74247e69c5dd9a0c8ec5fd33a443d (diff)
Move U8500 link script use to board configuration.
Remove reference to U8500 link script from top-level Makefile and put it in the board specific configuration script for U8500 instead. ST-Ericsson ID: N/A Change-Id: Idf1c5aefaa5a1be016b7dd54cb9211fc78cde801 Signed-off-by: Sebastian Rasmussen <sebastian.rasmussen@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/4302 Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'board')
-rw-r--r--board/st/u8500/config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/st/u8500/config.mk b/board/st/u8500/config.mk
index 02f1643a4..03fc9f818 100644
--- a/board/st/u8500/config.mk
+++ b/board/st/u8500/config.mk
@@ -16,3 +16,6 @@ TEXT_BASE = 0x05608000
endif
PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE)
+
+# Use board specific linker script
+LDSCRIPT := $(SRCTREE)/board/st/u8500/u-boot.lds