diff options
Diffstat (limited to 'board/svm_sc8xx/u-boot.lds')
| -rw-r--r-- | board/svm_sc8xx/u-boot.lds | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/board/svm_sc8xx/u-boot.lds b/board/svm_sc8xx/u-boot.lds index 49226251b..df564e939 100644 --- a/board/svm_sc8xx/u-boot.lds +++ b/board/svm_sc8xx/u-boot.lds @@ -17,11 +17,11 @@ SECTIONS      /* the sector layout of our flash chips!	XXX FIXME XXX	*/      arch/powerpc/cpu/mpc8xx/start.o	(.text*)      arch/powerpc/cpu/mpc8xx/traps.o	(.text*) -    lib/libgeneric.o			(.text*) -    net/libnet.o			(.text*) -    arch/powerpc/cpu/mpc8xx/libmpc8xx.o	(.text*) -    arch/powerpc/lib/libpowerpc.o	(.text*) -    board/svm_sc8xx/libsvm_sc8xx.o	(.text*) +    lib/built-in.o			(.text*) +    net/built-in.o			(.text*) +    arch/powerpc/cpu/mpc8xx/built-in.o	(.text*) +    arch/powerpc/lib/built-in.o		(.text*) +    board/svm_sc8xx/built-in.o		(.text*)      *(.text.*printf)      *(.text.do_mem_*)      *(.text.flash*) |