diff options
Diffstat (limited to 'board/purple/u-boot.lds')
-rw-r--r-- | board/purple/u-boot.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/purple/u-boot.lds b/board/purple/u-boot.lds index 6263dd0..aeea5d4 100644 --- a/board/purple/u-boot.lds +++ b/board/purple/u-boot.lds @@ -35,7 +35,7 @@ SECTIONS .text : { cpu/mips/start.o (.text) - board/purple/memsetup.o (.text) + board/purple/lowlevel_init.o (.text) cpu/mips/cache.o (.text) common/main.o (.text) common/dlmalloc.o (.text) |