diff options
Diffstat (limited to 'board/cradle/u-boot.lds')
-rw-r--r-- | board/cradle/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cradle/u-boot.lds b/board/cradle/u-boot.lds index 280fc48acef..46beb152c77 100644 --- a/board/cradle/u-boot.lds +++ b/board/cradle/u-boot.lds @@ -31,7 +31,7 @@ SECTIONS . = ALIGN(4); .text : { - cpu/xscale/start.o (.text) + cpu/pxa/start.o (.text) *(.text) } |