summaryrefslogtreecommitdiff
path: root/board/purple/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/purple/u-boot.lds')
-rw-r--r--board/purple/u-boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/purple/u-boot.lds b/board/purple/u-boot.lds
index 236ece478c..1881e651c0 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)