diff options
Diffstat (limited to 'board/purple/u-boot.lds')
-rw-r--r-- | board/purple/u-boot.lds | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/purple/u-boot.lds b/board/purple/u-boot.lds index 04a641a..1881e65 100644 --- a/board/purple/u-boot.lds +++ b/board/purple/u-boot.lds @@ -34,13 +34,13 @@ 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) - lib_generic/zlib.o (.text) + lib/zlib.o (.text) . = DEFINED(env_offset) ? env_offset : .; common/env_embedded.o (.ppcenv) |