
9 Mar
2011
9 Mar
'11
2:16 p.m.
This fixes a linker error introduced by the previous commit.
Signed-off-by: Daniel Schwierzeck daniel.schwierzeck@googlemail.com Cc: Shinya Kuribayashi skuribay@pobox.com --- 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 719f268..982937d 100644 --- a/board/purple/u-boot.lds +++ b/board/purple/u-boot.lds @@ -34,7 +34,7 @@ SECTIONS . = ALIGN(4); .text : { - arch/mips/cpu/start.o (.text) + arch/mips/cpu/mips32/start.o (.text) board/purple/lowlevel_init.o (.text) . = DEFINED(env_offset) ? env_offset : .; common/env_embedded.o (.ppcenv) -- 1.7.4.1