summaryrefslogtreecommitdiffstats
path: root/board/trab/u-boot.lds
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-08-13 00:37:16 +0200
committerWolfgang Denk <wd@denx.de>2009-08-21 23:25:22 +0200
commitb5ffb193330113d2e00489d96bf8ec1f541ed4e1 (patch)
tree73d875ca70cab85b71b795a2279558012ff19a9a /board/trab/u-boot.lds
parent1aada9cd643567d351667138851e9231ccfa245a (diff)
downloadtalos-obmc-uboot-b5ffb193330113d2e00489d96bf8ec1f541ed4e1.tar.gz
talos-obmc-uboot-b5ffb193330113d2e00489d96bf8ec1f541ed4e1.zip
TRAB: make independent of specific libgcc helper routines
The TRAB board references local libgcc helper routines (lib_arm/div0.o and lib_arm/_umodsi3.o) which cause build problems when we try to use the normal, compiler provided libgcc instead. Removing these references allows to build both with and without the local libgcc helper routines. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/trab/u-boot.lds')
-rw-r--r--board/trab/u-boot.lds1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/trab/u-boot.lds b/board/trab/u-boot.lds
index d8bcfa40b2..c3d5c49a9b 100644
--- a/board/trab/u-boot.lds
+++ b/board/trab/u-boot.lds
@@ -33,7 +33,6 @@ SECTIONS
.text :
{
cpu/arm920t/start.o (.text)
- lib_arm/_umodsi3.o (.text)
lib_generic/zlib.o (.text)
lib_generic/crc32.o (.text)
lib_generic/string.o (.text)
OpenPOWER on IntegriCloud