summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx51evk
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2010-10-21 09:11:47 +0800
committerStefano Babic <sbabic@denx.de>2010-10-28 10:32:20 +0200
commit95707aaa9ef2dd84649c257cdcf563641322c4d3 (patch)
treefb1ba055d5e9f211e9c66f51719f612b135e92c1 /board/freescale/mx51evk
parent51fd9a7e01bd9ee5e09341131e157397c05b8a14 (diff)
downloadblackbird-obmc-uboot-95707aaa9ef2dd84649c257cdcf563641322c4d3.tar.gz
blackbird-obmc-uboot-95707aaa9ef2dd84649c257cdcf563641322c4d3.zip
MX5:use common u-boot.lds of cpu layer
Remove u-boot.lds from mx5 and use the common u-boot.lds of cpu layer. This patch also fix the building errors: arch/arm/cpu/armv7/start.o: In function `_rel_dyn_start_ofs': arch/arm/cpu/armv7/start.S:283: undefined reference to `__rel_dyn_start' arch/arm/cpu/armv7/start.o: In function `_rel_dyn_end_ofs': arch/arm/cpu/armv7/start.S:283: undefined reference to `__rel_dyn_end' arch/arm/cpu/armv7/start.o: In function `_dynsym_start_ofs': arch/arm/cpu/armv7/start.S:283: undefined reference to `__dynsym_start' Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'board/freescale/mx51evk')
-rw-r--r--board/freescale/mx51evk/config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/freescale/mx51evk/config.mk b/board/freescale/mx51evk/config.mk
index 716fca9d22..6e90671d0e 100644
--- a/board/freescale/mx51evk/config.mk
+++ b/board/freescale/mx51evk/config.mk
@@ -20,7 +20,6 @@
# MA 02111-1307 USA
#
-LDSCRIPT = $(CPUDIR)/$(SOC)/u-boot.lds
CONFIG_SYS_TEXT_BASE = 0x97800000
IMX_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/imximage.cfg
ALL += $(obj)u-boot.imx
OpenPOWER on IntegriCloud