summaryrefslogtreecommitdiffstats
path: root/board/scb9328/u-boot.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'board/scb9328/u-boot.lds.S')
-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)
}