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