diff options
Diffstat (limited to 'board/matrix_vision/mvsmr/u-boot.lds')
| -rw-r--r-- | board/matrix_vision/mvsmr/u-boot.lds | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/board/matrix_vision/mvsmr/u-boot.lds b/board/matrix_vision/mvsmr/u-boot.lds index cfbb6ef39..3e917a99c 100644 --- a/board/matrix_vision/mvsmr/u-boot.lds +++ b/board/matrix_vision/mvsmr/u-boot.lds @@ -55,11 +55,11 @@ SECTIONS    {      /* WARNING - the following is hand-optimized to fit within  */      /* the first two sectors (=8KB) of our S29GL flash chip */ -    cpu/mpc5xxx/start.o          (.text) -    cpu/mpc5xxx/traps.o          (.text) -    lib_generic/crc32.o         (.text) -    lib_ppc/cache.o             (.text) -    lib_ppc/time.o              (.text) +    arch/powerpc/cpu/mpc5xxx/start.o          (.text) +    arch/powerpc/cpu/mpc5xxx/traps.o          (.text) +    lib/crc32.o         (.text) +    arch/powerpc/lib/cache.o             (.text) +    arch/powerpc/lib/time.o              (.text)      /* This is only needed to force failure if size of above code will ever */      /* increase and grow into reserved space. */ |