diff options
Diffstat (limited to 'board/purple/u-boot.lds')
-rw-r--r-- | board/purple/u-boot.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/purple/u-boot.lds b/board/purple/u-boot.lds index 236ece4..1881e65 100644 --- a/board/purple/u-boot.lds +++ b/board/purple/u-boot.lds @@ -34,9 +34,9 @@ SECTIONS . = ALIGN(4); .text : { - cpu/mips/start.o (.text) + arch/mips/cpu/start.o (.text) board/purple/lowlevel_init.o (.text) - cpu/mips/cache.o (.text) + arch/mips/cpu/cache.o (.text) common/main.o (.text) common/dlmalloc.o (.text) common/cmd_boot.o (.text) |