summaryrefslogtreecommitdiff
path: root/board/at91rm9200dk/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/at91rm9200dk/u-boot.lds')
-rw-r--r--board/at91rm9200dk/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/at91rm9200dk/u-boot.lds b/board/at91rm9200dk/u-boot.lds
index 0282898..76df6b2 100644
--- a/board/at91rm9200dk/u-boot.lds
+++ b/board/at91rm9200dk/u-boot.lds
@@ -32,7 +32,7 @@ SECTIONS
. = ALIGN(4);
.text :
{
- cpu/at91rm9200/start.o (.text)
+ cpu/arm920t/start.o (.text)
*(.text)
}