summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a1a2b2ec5..e336626da 100644
--- a/Makefile
+++ b/Makefile
@@ -3160,8 +3160,6 @@ u8500_udc_config \
u8500_auto_config: unconfig
@mkdir -p $(obj)include
@mkdir -p $(obj)board/st/u8500
- @echo "LDSCRIPT:=$(SRCTREE)/board/st/u8500/u-boot.lds"\
- > $(obj)board/st/u8500/config.tmp
@ > $(obj)include/config.h
@if [ "$(findstring _def, $@)" ] ; then \
echo "#ifndef CONFIG_SKIP_LOWLEVEL_INIT " >> $(obj)include/config.h ; \