summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx31ads
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-05-08 20:24:12 +0200
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:52 +0200
commit10a451cd57cffbca875c97bbd8929059c5627ec6 (patch)
tree0d1fb208b102fdd554aa55fb28379705e82df730 /board/freescale/mx31ads
parent9475c63c7855edd863c93a9bb0f4b8e240d9d212 (diff)
downloadblackbird-obmc-uboot-10a451cd57cffbca875c97bbd8929059c5627ec6.tar.gz
blackbird-obmc-uboot-10a451cd57cffbca875c97bbd8929059c5627ec6.zip
arm: unify linker script
all arm boards except a few use the same cpu linker script so move it to cpu/$(CPU) that could be overwrite in following order SOC BOARD via the corresponding config.mk Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/freescale/mx31ads')
-rw-r--r--board/freescale/mx31ads/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/mx31ads/config.mk b/board/freescale/mx31ads/config.mk
index d34dc02d96..7ec0fe2cdd 100644
--- a/board/freescale/mx31ads/config.mk
+++ b/board/freescale/mx31ads/config.mk
@@ -1 +1,3 @@
TEXT_BASE = 0x87f00000
+
+LDSCRIPT := $(SRCTREE)/board/$(BOARDDIR)/u-boot.lds
OpenPOWER on IntegriCloud