commit | 91fcc95d28889ca6a7816ca3ff1cc031a74f6923 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Wed Apr 06 13:52:31 2005 +0000 |
committer | wdenk <wdenk> | Wed Apr 06 13:52:31 2005 +0000 |
tree | b7af0d5289bc6c1bc3b8cb3662071efa5b57024f | |
parent | 2a831611b0a2a79655043935a19a1127bb0c43a1 [diff] [blame] |
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
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 @@ . = ALIGN(4); .text : { - cpu/at91rm9200/start.o (.text) + cpu/arm920t/start.o (.text) *(.text) }