summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:59 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:59 +0200
commit209ebd63fd06b07efcf7de01e777554ce2fd6e19 (patch)
tree69a977e0d3498195d7779c98345932819d84c5c5 /board
parent9a958adf077bd83a2a3576435fd0e96036c03530 (diff)
downloadbarebox-209ebd63fd06b07efcf7de01e777554ce2fd6e19.tar.gz
barebox-209ebd63fd06b07efcf7de01e777554ce2fd6e19.tar.xz
svn_rev_495
Diffstat (limited to 'board')
-rw-r--r--board/scb9328/u-boot.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/scb9328/u-boot.lds.S b/board/scb9328/u-boot.lds.S
index 0080ec92da..0aab52d356 100644
--- a/board/scb9328/u-boot.lds.S
+++ b/board/scb9328/u-boot.lds.S
@@ -34,7 +34,7 @@ SECTIONS
. = ALIGN(4);
.text :
{
- cpu/arm920t/start.o (.text)
+ arch/arm/cpu/start-arm920t.o (.text)
*(.text)
}