summaryrefslogtreecommitdiffstats
path: root/board/at91rm9200dk
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-06 13:52:31 +0000
committerwdenk <wdenk>2005-04-06 13:52:31 +0000
commita85f9f21aab7ee586cabe1773a02e9d04caa65fa (patch)
treeb7af0d5289bc6c1bc3b8cb3662071efa5b57024f /board/at91rm9200dk
parent20787e23b8501f11c83599d1a2e38bb1204ac961 (diff)
downloadblackbird-obmc-uboot-a85f9f21aab7ee586cabe1773a02e9d04caa65fa.tar.gz
blackbird-obmc-uboot-a85f9f21aab7ee586cabe1773a02e9d04caa65fa.zip
Patch by Steven Scholz, 06 Apr 2005:
- creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
Diffstat (limited to 'board/at91rm9200dk')
-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 0282898d71..76df6b2af1 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)
}
OpenPOWER on IntegriCloud